mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Allow return status to be specified using quitWithStatus.
This commit is contained in:
parent
d08e594316
commit
9f47032522
13 changed files with 52 additions and 18 deletions
|
|
@ -321,7 +321,7 @@ S32 TorqueMain(S32 argc, const char **argv)
|
|||
Platform::restartInstance();
|
||||
|
||||
// Return.
|
||||
return 0;
|
||||
return StandardMainLoop::getReturnStatus();
|
||||
}
|
||||
|
||||
#endif //TORQUE_SHARED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue