diff --git a/src/platforms/rcore_comma.c b/src/platforms/rcore_comma.c index fa99307a9..524523ddf 100644 --- a/src/platforms/rcore_comma.c +++ b/src/platforms/rcore_comma.c @@ -289,7 +289,7 @@ static int init_egl () { return -1; } - EGLBoolean ok = eglSwapInterval(platform.egl.display, FLAG_VSYNC_HINT ? 10 : 0); + EGLBoolean ok = eglSwapInterval(platform.egl.display, 2); if (ok == EGL_FALSE) { TRACELOG(LOG_WARNING, "COMMA: eglSwapInterval failed. Error code: %s", eglGetErrorString(eglGetError())); return -1;