summaryrefslogtreecommitdiffhomepage
path: root/examples/web/core/core_input_gestures.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/core/core_input_gestures.c')
-rw-r--r--examples/web/core/core_input_gestures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/core/core_input_gestures.c b/examples/web/core/core_input_gestures.c
index 509f6f4..079b610 100644
--- a/examples/web/core/core_input_gestures.c
+++ b/examples/web/core/core_input_gestures.c
@@ -54,7 +54,7 @@ int main(void)
//SetGesturesEnabled(0b0000000000001001); // Enable only some gestures to be detected
#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
//--------------------------------------------------------------------------------------