mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Improve handling of non-default script filenames
This commit is contained in:
parent
099dd4f1f3
commit
9ccaa6d3ea
118 changed files with 534 additions and 528 deletions
|
|
@ -33,7 +33,7 @@ function initializeDebugger()
|
|||
echo(" % - Initializing Debugger");
|
||||
|
||||
// Load the scripts.
|
||||
exec("./scripts/debugger.ed.tscript");
|
||||
exec("./scripts/debugger.ed." @ $TorqueScriptFileExtension);
|
||||
|
||||
// And the guis.
|
||||
exec("./gui/breakConditionDlg.ed.gui");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue