mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
parseArgs() followup
links functionality up for the -guieditor and -worldeditor cli/shortcut options
This commit is contained in:
parent
f92c1706c6
commit
208e375336
1 changed files with 4 additions and 1 deletions
|
|
@ -155,5 +155,8 @@ function StartupGui::onDone(%this)
|
||||||
// We do have a bitmap so cycle to it
|
// We do have a bitmap so cycle to it
|
||||||
%this.next();
|
%this.next();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($startGUIEditor) fastLoadGUIEdit(1);
|
||||||
|
if ($startWorldEditor) fastLoadWorldEdit(1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue