fix android build not compiling with this one line life hack

This commit is contained in:
UnknownShadow200 2020-06-08 09:16:20 +10:00
parent d1766b252d
commit 5582f60237

View File

@ -227,7 +227,7 @@ static void SwitchToGame() {
Platform_LogConst("Entering wait for window loop..");
/* Loop until window gets created async */
while (Window_Exists && !winCreated) {
while (WindowInfo.Exists && !winCreated) {
Window_ProcessEvents();
Thread_Sleep(10);
}