android: fix SDL_QUIT

This commit is contained in:
nillerusr
2021-11-14 13:21:01 +03:00
parent 7a69af7b00
commit 1233e05fcb
2 changed files with 0 additions and 24 deletions

View File

@@ -1869,9 +1869,6 @@ void CSDLMgr::PumpWindowsMessageLoop()
}
break;
}
// FIXME(nillerusr): SDL posts SDL_QUIT when map loaded on android, idk why.
#ifndef ANDROID
case SDL_QUIT:
{
CCocoaEvent theEvent;
@@ -1879,7 +1876,6 @@ void CSDLMgr::PumpWindowsMessageLoop()
PostEvent( theEvent );
break;
}
#endif
default:
break;
}