mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
|
@ -23,7 +23,7 @@
|
|||
#include "platformWin32/platformWin32.h"
|
||||
#include "core/strings/stringFunctions.h"
|
||||
|
||||
void Platform::postQuitMessage(const U32 in_quitVal)
|
||||
void Platform::postQuitMessage(const S32 in_quitVal)
|
||||
{
|
||||
if (!Platform::getWebDeployment())
|
||||
PostQuitMessage(in_quitVal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue