mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #1706 from Azaezel/logVersion
embed application info in console.logs
This commit is contained in:
commit
cbe3fdf10e
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());
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// 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