mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +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
1 changed files with 2 additions and 1 deletions
|
|
@ -628,7 +628,8 @@ function AssetBrowser::loadDirectories( %this )
|
||||||
|
|
||||||
%this.loadTags();
|
%this.loadTags();
|
||||||
|
|
||||||
%this.loadCreatorClasses();
|
if (!%this.selectMode)
|
||||||
|
%this.loadCreatorClasses();
|
||||||
|
|
||||||
//If set to, show core
|
//If set to, show core
|
||||||
if(EditorSettings.value("Assets/Browser/showCoreModule", false) == 1)
|
if(EditorSettings.value("Assets/Browser/showCoreModule", false) == 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue