mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #1629 from Sir-Skurpsalot/ui-minor-fix
Update UI.tscript
This commit is contained in:
commit
f402c67d3f
1 changed files with 0 additions and 2 deletions
|
|
@ -60,7 +60,6 @@ function UI::initClient(%this)
|
||||||
|
|
||||||
%this.queueExec("./guis/remapDlg");
|
%this.queueExec("./guis/remapDlg");
|
||||||
%this.queueExec("./guis/remapDlg.gui");
|
%this.queueExec("./guis/remapDlg.gui");
|
||||||
%this.queueExec("./guis/remapConfirmDlg.gui");
|
|
||||||
|
|
||||||
%this.queueExec("./guis/profiler");
|
%this.queueExec("./guis/profiler");
|
||||||
%this.queueExec("./guis/profiler.gui");
|
%this.queueExec("./guis/profiler.gui");
|
||||||
|
|
@ -77,7 +76,6 @@ function UI::initClient(%this)
|
||||||
%this.queueExec("./guis/SystemMenu.gui");
|
%this.queueExec("./guis/SystemMenu.gui");
|
||||||
|
|
||||||
//Load scripts
|
//Load scripts
|
||||||
%this.queueExec("./scripts/controlsMenu");
|
|
||||||
%this.queueExec("./scripts/cursors");
|
%this.queueExec("./scripts/cursors");
|
||||||
|
|
||||||
if(isToolBuild())
|
if(isToolBuild())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue