* [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:
Robert MacGregor 2021-10-17 18:21:29 -04:00
parent 98657bde7a
commit 58170a7805

View file

@ -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)