feat: vsync

This commit is contained in:
2026-04-19 22:14:29 +02:00
parent 11aa083ca9
commit d34942ad29

View File

@@ -199,6 +199,7 @@ extern "C" int APP_MAIN(int argc, char **argv) {
}
SDL_GLContext glContext = SDL_GL_CreateContext(window);
SDL_GL_SetSwapInterval(1);
int success;
char infoLog[512];