Skip to content

Commit

Permalink
fix dark settings background
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed May 10, 2024
1 parent 2a1212a commit e4cdbd0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ public void render(@NotNull GuiGraphics guiGraphics, int i, int j, float f) {
super.render(guiGraphics, i, j, f);
}

@Override
public void renderBackground(GuiGraphics guiGraphics, int mouseX, int mouseY, float delta) {
// do not render background here, we render it in this.render instead
}

@Override
public void onClose() {
Compute.clear();
Expand Down

0 comments on commit e4cdbd0

Please sign in to comment.