mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Pass thread exit code from app thread as process exit code.
This commit is contained in:
@@ -499,7 +499,7 @@ namespace entry
|
||||
|
||||
s_xinput.shutdown();
|
||||
|
||||
return 0;
|
||||
return thread.getExitCode();
|
||||
}
|
||||
|
||||
LRESULT process(HWND _hwnd, UINT _id, WPARAM _wparam, LPARAM _lparam)
|
||||
|
||||
Reference in New Issue
Block a user