Draw default background on GUI's might help fix some issues
This commit is contained in:
parent
9edbdf5016
commit
ae71797d28
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ public class GuiBase extends GuiContainer {
|
|||
|
||||
@Override
|
||||
public void drawScreen(int mouseX, int mouseY, float partialTicks) {
|
||||
this.drawDefaultBackground();
|
||||
super.drawScreen(mouseX, mouseY, partialTicks);
|
||||
this.renderHoveredToolTip(mouseX, mouseY);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue