mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 07:18:34 -04:00
Fix 'Quit Game' not working
This commit is contained in:
parent
812e86ed0b
commit
549539e62f
@ -735,3 +735,4 @@ static cc_result GetMachineID(cc_uint32* key) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user