mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
Fixes missing parentheses that is causing the script to not compile
This commit is contained in:
parent
0aaddcddb4
commit
a3620c6e51
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ function EditorAutoSaveMission()
|
||||||
AssetBackupListArray.empty();
|
AssetBackupListArray.empty();
|
||||||
|
|
||||||
%scenePath = makeFullPath(getRootScene().getFileName());
|
%scenePath = makeFullPath(getRootScene().getFileName());
|
||||||
if(startsWith(%scenePath, "tools/levels/")
|
if(startsWith(%scenePath, "tools/levels/"))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
//Next, we figure out what all we're planning to save
|
//Next, we figure out what all we're planning to save
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue