mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-01 09:32:54 +00:00
fix(jui): remove debug world autocreate from CreateWorldScreen
This commit is contained in:
parent
08a87c432a
commit
7a0ebe7e36
|
|
@ -30,8 +30,8 @@ void CreateWorldScreen::tick() {
|
|||
if (moreOptions) seedEdit->tick();
|
||||
|
||||
// 4J - debug code - to be removed
|
||||
static int count = 0;
|
||||
if (count++ == 100) buttonClicked(buttons[0]);
|
||||
// static int count = 0;
|
||||
// if (count++ == 100) buttonClicked(buttons[0]);
|
||||
}
|
||||
|
||||
void CreateWorldScreen::init() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue