mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
* [AssetBrowser] BugFix: Correct a case where creator categories may get shoved into the first module in the tree when entering asset select mode.
This commit is contained in:
parent
98657bde7a
commit
58170a7805
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