mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
commit
8a71d925d0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ trace(false);
|
||||||
|
|
||||||
// Set the name of our application
|
// Set the name of our application
|
||||||
$appName = "@TORQUE_APP_NAME@";
|
$appName = "@TORQUE_APP_NAME@";
|
||||||
echo("Initializing" SPC $appName SPC getVersionString());
|
echo("\nInitializing" SPC $appName SPC "["@getAppVersionString()@"] [Engine Version:"@getVersionString()@"]\n");
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Load up scripts to initialise subsystems.
|
// Load up scripts to initialise subsystems.
|
||||||
ModuleDatabase.setModuleExtension("module");
|
ModuleDatabase.setModuleExtension("module");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue