HOTFIX: Try to reenable VSync on Android

This commit is contained in:
ROllerozxa 2024-06-28 17:14:02 +02:00
commit 30bd25a3ab

View file

@ -150,7 +150,7 @@ tbackend_init_surface()
SDL_GL_CreateContext(_window);
SDL_GL_SetSwapInterval(0);
//SDL_GL_SetSwapInterval(0);
return T_OK;
}