misc fixes, ui

This commit is contained in:
Sen 2025-03-12 00:13:03 +01:00
parent b7fd82b170
commit 0d14a75957
2 changed files with 5 additions and 1 deletions

View file

@ -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;