fix bug where side buttons were rendering wrongly on resize
This commit is contained in:
@@ -39,6 +39,11 @@ public abstract class GuiBase extends GuiContainer
|
||||
{
|
||||
super.initGui();
|
||||
|
||||
sideButtons.clear();
|
||||
|
||||
lastButtonId = 0;
|
||||
lastSideButtonY = 6;
|
||||
|
||||
init(guiLeft, guiTop);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user