fix: display a blank screen while the world loads

This commit is contained in:
Tropical
2026-03-10 00:57:06 -05:00
parent fc2a548f3e
commit 3f8f7795f9
2 changed files with 1 additions and 19 deletions

View File

@@ -95,8 +95,7 @@ void CreateWorldScreen::buttonClicked(Button *button)
}
else if (button->id == 0)
{
// note: code copied from SelectWorldScreen
minecraft->setScreen(NULL);
minecraft->setScreen(new Screen()); // blank screen while the world loads
if (done) return;
done = true;