mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #914 from Azaezel/alpha402/fixMoarFlags
parseArgs() followup
This commit is contained in:
commit
112426e1f5
1 changed files with 4 additions and 1 deletions
|
|
@ -156,4 +156,7 @@ function StartupGui::onDone(%this)
|
||||||
%this.next();
|
%this.next();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($startGUIEditor) fastLoadGUIEdit(1);
|
||||||
|
if ($startWorldEditor) fastLoadWorldEdit(1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue