mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
embed application info in console.logs
ap name [ap version] [engine version]
This commit is contained in:
parent
e7b4a0f1dc
commit
e8193d1cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ trace(false);
|
|||
|
||||
// Set the name of our application
|
||||
$appName = "@TORQUE_APP_NAME@";
|
||||
|
||||
echo("Initializing" SPC $appName SPC getVersionString());
|
||||
//-----------------------------------------------------------------------------
|
||||
// Load up scripts to initialise subsystems.
|
||||
ModuleDatabase.setModuleExtension("module");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue