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