mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +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.gui");
|
||||
%this.queueExec("./guis/remapConfirmDlg.gui");
|
||||
|
||||
%this.queueExec("./guis/profiler");
|
||||
%this.queueExec("./guis/profiler.gui");
|
||||
|
|
@ -77,7 +76,6 @@ function UI::initClient(%this)
|
|||
%this.queueExec("./guis/SystemMenu.gui");
|
||||
|
||||
//Load scripts
|
||||
%this.queueExec("./scripts/controlsMenu");
|
||||
%this.queueExec("./scripts/cursors");
|
||||
|
||||
if(isToolBuild())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue