disable vsync, make us rule over frames fully

This commit is contained in:
veclavtalica 2025-01-15 00:31:17 +03:00
parent 80c77424e2
commit 63abf3d374

View File

@ -507,8 +507,8 @@ static bool initialize(void) {
goto fail; goto fail;
} }
if (SDL_GL_SetSwapInterval(-1)) /* TODO: figure out what we ultimately prefer */
SDL_GL_SetSwapInterval(1); SDL_GL_SetSwapInterval(0);
if (!render_init()) if (!render_init())
goto fail; goto fail;