diff --git a/src/core.c b/src/core.c index 2d607c3a1..8844b1d3a 100644 --- a/src/core.c +++ b/src/core.c @@ -2381,7 +2381,9 @@ static bool InitGraphicsDevice(int width, int height) // Try to disable GPU V-Sync by default, set framerate using SetTargetFPS() // NOTE: V-Sync can be enabled by graphic driver configuration +#if !defined(PLATFORM_WEB) glfwSwapInterval(0); +#endif #if defined(PLATFORM_DESKTOP) // Load OpenGL 3.3 extensions