mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fix double background being rendered in UI's
This commit is contained in:
parent
87f753a1cc
commit
2cef8eb804
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ public abstract class AAScreen<T extends AbstractContainerMenu> extends Abstract
|
|||
|
||||
@Override
|
||||
public void render(@Nonnull GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) {
|
||||
this.renderBackground(guiGraphics, mouseX, mouseY, partialTicks);
|
||||
super.render(guiGraphics, mouseX, mouseY, partialTicks);
|
||||
this.renderTooltip(guiGraphics, mouseX, mouseY);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue