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 fb412ff108
commit 33df294531

View file

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