REVERTING: emscripten_sleep() previous removal #4713

This commit is contained in:
Ray
2025-01-28 16:19:30 +01:00
parent 53ea275b9c
commit 9789ff123b

View File

@@ -167,7 +167,7 @@ bool WindowShouldClose(void)
// Optionally we can manage the time we give-control-back-to-browser if required,
// but it seems below line could generate stuttering on some browsers
//emscripten_sleep(16);
emscripten_sleep(12);
return false;
}