mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
|
@ -232,7 +232,7 @@ function AssetBrowser::RefreshModuleDependencies(%this, %moduleDef)
|
|||
//AssetBrowser.RefreshModuleDependencies(16823);
|
||||
%modulePath = filePath(%moduleDef.ModuleFilePath);
|
||||
|
||||
%filePattern = "*.tscript" TAB "*.taml" TAB "*.mis";
|
||||
%filePattern = "*." @ $TorqueScriptFileExtension TAB "*.taml" TAB "*.mis";
|
||||
|
||||
//First, wipe out any files inside the folder first
|
||||
%file = makeFullPath(findFirstFileMultiExpr( %filePattern, true));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue