Merge pull request #2246 from lukaspj/update-cinterface

Update CInterface
This commit is contained in:
Areloch 2018-12-09 15:24:29 -06:00 committed by GitHub
commit e29f5b5001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 9 deletions

View file

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