mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-08 14:56:12 -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;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -534,7 +534,6 @@ void CWindow::ProcessEvents(float delta) {
|
||||
}
|
||||
|
||||
void CWindow::RequestClose() {
|
||||
WindowInfo.Exists = false;
|
||||
Event_RaiseVoid(&WindowEvents.Closing);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user