mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Mark EngineAPI as initialized, otherwise it can't be used
This commit is contained in:
parent
fb412ff108
commit
33df294531
1 changed files with 3 additions and 0 deletions
|
|
@ -267,6 +267,9 @@ void StandardMainLoop::init()
|
||||||
|
|
||||||
ThreadPool::GlobalThreadPool::createSingleton();
|
ThreadPool::GlobalThreadPool::createSingleton();
|
||||||
|
|
||||||
|
// Set engineAPI initialized to true
|
||||||
|
engineAPI::gIsInitialized = true;
|
||||||
|
|
||||||
// Initialize modules.
|
// Initialize modules.
|
||||||
|
|
||||||
EngineModuleManager::initializeSystem();
|
EngineModuleManager::initializeSystem();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue