mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Case-sensitive fixes on template script files for Linux.
This commit is contained in:
parent
2142d452d4
commit
a8462b7fc3
15 changed files with 22 additions and 22 deletions
|
|
@ -29,7 +29,7 @@ function initializeWorldEditor()
|
|||
exec("./scripts/cursors.ed.cs");
|
||||
|
||||
exec("./gui/guiCreateNewTerrainGui.gui" );
|
||||
exec("./gui/genericPromptDialog.ed.gui" );
|
||||
exec("./gui/GenericPromptDialog.ed.gui" );
|
||||
exec("./gui/guiTerrainImportGui.gui" );
|
||||
exec("./gui/guiTerrainExportGui.gui" );
|
||||
exec("./gui/EditorGui.ed.gui");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue