Merge pull request #526 from Azaezel/alpha40/abExecOrder

ensure the asset browser is executed prior to other pseudo-modules that may need bits
This commit is contained in:
Brian Roberts 2021-08-13 22:21:06 -05:00 committed by GitHub
commit 8d9f57b077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
$Tools::resourcePath = "tools/";
// These must be loaded first, in this order, before anything else is loaded
$Tools::loadFirst = "editorClasses base worldEditor";
$Tools::loadFirst = "editorClasses base worldEditor assetBrowser";
//---------------------------------------------------------------------------------------------
// Object that holds the simObject id that the materialEditor uses to interpret its material list