mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +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
|
|
@ -187,7 +187,7 @@ function SettingsInspector::changeEditorSetting(%this, %varName, %value)
|
|||
|
||||
//Bit of a hack, but if we were editing the theme, reexec the profiles for GUI
|
||||
if(ESettingsWindow.selectedPageText $= "Theme")
|
||||
exec("tools/gui/profiles.ed.tscript");
|
||||
exec("tools/gui/profiles.ed." @ $TorqueScriptFileExtension);
|
||||
}
|
||||
else
|
||||
%success = ProjectSettings.write();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue