diff --git a/src/Platform_Symbian.cpp b/src/Platform_Symbian.cpp index 2fb656dc2..9e1ff577a 100644 --- a/src/Platform_Symbian.cpp +++ b/src/Platform_Symbian.cpp @@ -735,3 +735,4 @@ static cc_result GetMachineID(cc_uint32* key) { return 0; } #endif + diff --git a/src/Window_Symbian.cpp b/src/Window_Symbian.cpp index ff824c80b..4405771e9 100644 --- a/src/Window_Symbian.cpp +++ b/src/Window_Symbian.cpp @@ -534,7 +534,6 @@ void CWindow::ProcessEvents(float delta) { } void CWindow::RequestClose() { - WindowInfo.Exists = false; Event_RaiseVoid(&WindowEvents.Closing); }