mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Merge pull request #841 from Azaezel/alpha401/StartupSanity
kill the ap if no valid core directory found.
This commit is contained in:
commit
14872eb4b6
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ $appName = "@TORQUE_APP_NAME@";
|
|||
// Load up scripts to initialise subsystems.
|
||||
ModuleDatabase.setModuleExtension("module");
|
||||
ModuleDatabase.scanModules( "core", false );
|
||||
ModuleDatabase.LoadExplicit( "CoreModule" );
|
||||
if (!ModuleDatabase.LoadExplicit( "CoreModule" ))
|
||||
quit();
|
||||
|
||||
// Display a splash window immediately to improve app responsiveness before
|
||||
// engine is initialized and main window created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue