Windows: More proper shutdown

This commit is contained in:
APAmk2
2026-03-01 22:13:44 +04:00
parent b865228eed
commit 3db164d913
3 changed files with 5 additions and 3 deletions

View File

@@ -1054,7 +1054,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
}
#endif
MSG msg = {0};
while( WM_QUIT != msg.message )
while( WM_QUIT != msg.message && !app.m_bShutdown)
{
if( PeekMessage( &msg, NULL, 0, 0, PM_REMOVE ) )
{