Skip to content

Commit

Permalink
REVERTING: emscripten_sleep() previous removal #4713
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jan 28, 2025
1 parent 53ea275 commit 9789ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/rcore_web.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9789ff1

Please sign in to comment.