misc fixes, ui
This commit is contained in:
parent
b7fd82b170
commit
0d14a75957
2 changed files with 5 additions and 1 deletions
|
@ -152,6 +152,7 @@ public class GuiWorlds extends GuiList<GuiWorlds.SaveInfo> implements ActButton.
|
|||
|
||||
public void init(int width, int height)
|
||||
{
|
||||
super.init(width, height);
|
||||
this.starting = false;
|
||||
this.setDimensions(width, height, 48, height - 64);
|
||||
boolean create = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue