Mark EngineAPI as initialized, otherwise it can't be used

This commit is contained in:
Lukas Joergensen 2018-04-21 09:21:21 +02:00
parent 5bbda83669
commit 43d2824f49

View file

@ -267,6 +267,9 @@ void StandardMainLoop::init()
ThreadPool::GlobalThreadPool::createSingleton();
// Set engineAPI initialized to true
engineAPI::gIsInitialized = true;
// Initialize modules.
EngineModuleManager::initializeSystem();