mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Merge pull request #2246 from lukaspj/update-cinterface
Update CInterface
This commit is contained in:
commit
e29f5b5001
4 changed files with 48 additions and 9 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