mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +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
|
|
@ -24,10 +24,10 @@ function initializeMeshRoadEditor()
|
|||
{
|
||||
echo(" % - Initializing Mesh Road Editor");
|
||||
|
||||
exec( "./meshRoadEditor.tscript" );
|
||||
exec( "./meshRoadEditor." @ $TorqueScriptFileExtension );
|
||||
exec( "./meshRoadEditorGui.gui" );
|
||||
exec( "./meshRoadEditorToolbar.gui");
|
||||
exec( "./meshRoadEditorGui.tscript" );
|
||||
exec( "./meshRoadEditorGui." @ $TorqueScriptFileExtension );
|
||||
|
||||
MeshRoadEditorGui.setVisible( false );
|
||||
MeshRoadEditorOptionsWindow.setVisible( false );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue