mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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
|
|
@ -25,8 +25,8 @@ function initializeRiverEditor()
|
|||
echo(" % - Initializing River Editor");
|
||||
|
||||
exec( "./riverEditor.cs" );
|
||||
exec( "./riverEditorGui.gui" );
|
||||
exec( "./riverEditorToolbar.gui" );
|
||||
exec( "./RiverEditorGui.gui" );
|
||||
exec( "./RiverEditorToolbar.gui" );
|
||||
exec( "./riverEditorGui.cs" );
|
||||
|
||||
// Add ourselves to EditorGui, where all the other tools reside
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue