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:
Brian Roberts 2021-10-17 18:13:07 -05:00 committed by GitHub
commit 479f943cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)