mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #628 from Ragora/bugfix-asset-browser-selection
BugFix: Correct a case where creator categories may get populated Incorrectly
This commit is contained in:
commit
479f943cfd
|
|
@ -628,7 +628,8 @@ function AssetBrowser::loadDirectories( %this )
|
|||
|
||||
%this.loadTags();
|
||||
|
||||
%this.loadCreatorClasses();
|
||||
if (!%this.selectMode)
|
||||
%this.loadCreatorClasses();
|
||||
|
||||
//If set to, show core
|
||||
if(EditorSettings.value("Assets/Browser/showCoreModule", false) == 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue