mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +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,6 +628,7 @@ function AssetBrowser::loadDirectories( %this )
|
||||||
|
|
||||||
%this.loadTags();
|
%this.loadTags();
|
||||||
|
|
||||||
|
if (!%this.selectMode)
|
||||||
%this.loadCreatorClasses();
|
%this.loadCreatorClasses();
|
||||||
|
|
||||||
//If set to, show core
|
//If set to, show core
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue