mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
REVERTING: emscripten_sleep()
previous removal #4713
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user