Fix 'Quit Game' not working

This commit is contained in:
UnknownShadow200 2025-05-22 11:15:51 +10:00
parent 812e86ed0b
commit 549539e62f
2 changed files with 1 additions and 1 deletions

View File

@ -735,3 +735,4 @@ static cc_result GetMachineID(cc_uint32* key) {
return 0; return 0;
} }
#endif #endif

View File

@ -534,7 +534,6 @@ void CWindow::ProcessEvents(float delta) {
} }
void CWindow::RequestClose() { void CWindow::RequestClose() {
WindowInfo.Exists = false;
Event_RaiseVoid(&WindowEvents.Closing); Event_RaiseVoid(&WindowEvents.Closing);
} }