Skip to content

Commit

Permalink
Stop rendering the screen background twice (#7699)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Mar 5, 2024
1 parent 211ba7c commit 9969531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/appeng/client/gui/AEBaseScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ public void render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partia
this.updateBeforeRender();
this.widgets.updateBeforeRender();

super.renderBackground(guiGraphics, mouseX, mouseY, partialTicks);
super.render(guiGraphics, mouseX, mouseY, partialTicks);

renderTooltips(guiGraphics, mouseX, mouseY);
Expand Down

0 comments on commit 9969531

Please sign in to comment.