mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-19 04:26:52 -04:00
fix android build not compiling with this one line life hack
This commit is contained in:
parent
d1766b252d
commit
5582f60237
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user