diff --git a/src_rebuild/Game/C/pause.c b/src_rebuild/Game/C/pause.c index a155fd9f..60bc9f18 100644 --- a/src_rebuild/Game/C/pause.c +++ b/src_rebuild/Game/C/pause.c @@ -660,6 +660,10 @@ char* WaitForTextEntry(char* textBufPtr, int maxLength) } DrawGame(); + +#ifdef __EMSCRIPTEN__ + emscripten_sleep(0); +#endif } while (true); #if !USE_PAD_INPUT