This commit is contained in:
Shane Smiskol 2025-06-25 00:20:09 -07:00
parent 4f13b5ae73
commit 8957a19db8

View File

@ -289,7 +289,7 @@ static int init_egl () {
return -1;
}
EGLBoolean ok = eglSwapInterval(platform.egl.display, FLAG_VSYNC_HINT ? 1 : 0);
EGLBoolean ok = eglSwapInterval(platform.egl.display, FLAG_VSYNC_HINT ? 2 : 0);
if (ok == EGL_FALSE) {
TRACELOG(LOG_WARNING, "COMMA: eglSwapInterval failed. Error code: %s", eglGetErrorString(eglGetError()));
return -1;