diff options
Diffstat (limited to 'examples/web/core/core_custom_logging.c')
| -rw-r--r-- | examples/web/core/core_custom_logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/core/core_custom_logging.c b/examples/web/core/core_custom_logging.c index 29d727e..517672f 100644 --- a/examples/web/core/core_custom_logging.c +++ b/examples/web/core/core_custom_logging.c @@ -70,7 +70,7 @@ int main(void) InitWindow(screenWidth, screenHeight, "raylib [core] example - custom logging"); #if defined(PLATFORM_WEB) - emscripten_set_main_loop(UpdateDrawFrame, 0, 1); + emscripten_set_main_loop(UpdateDrawFrame, 60, 1); #else SetTargetFPS(60); // Set our game to run at 60 frames-per-second //-------------------------------------------------------------------------------------- |
