mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
case sensitivity script fixes
This commit is contained in:
parent
c7dfe3c1f8
commit
826be7287a
4 changed files with 18 additions and 18 deletions
|
|
@ -34,7 +34,7 @@ function initializeNavEditor()
|
|||
echo(" % - Initializing Navigation Editor");
|
||||
|
||||
// Execute all relevant scripts and GUIs.
|
||||
exec("./NavEditor.cs");
|
||||
exec("./navEditor.cs");
|
||||
exec("./NavEditorGui.gui");
|
||||
exec("./NavEditorToolbar.gui");
|
||||
exec("./NavEditorConsoleDlg.gui");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue