mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #914 from Azaezel/alpha402/fixMoarFlags
parseArgs() followup
This commit is contained in:
commit
112426e1f5
|
|
@ -155,5 +155,8 @@ function StartupGui::onDone(%this)
|
|||
// We do have a bitmap so cycle to it
|
||||
%this.next();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ($startGUIEditor) fastLoadGUIEdit(1);
|
||||
if ($startWorldEditor) fastLoadWorldEdit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue