fix bug where side buttons were rendering wrongly on resize

This commit is contained in:
Raoul Van den Berge
2015-12-24 22:25:50 +01:00
parent 1c8f63e51b
commit f83da9dd86

View File

@@ -39,6 +39,11 @@ public abstract class GuiBase extends GuiContainer
{
super.initGui();
sideButtons.clear();
lastButtonId = 0;
lastSideButtonY = 6;
init(guiLeft, guiTop);
}