Skip to content

Commit

Permalink
HOTFIX: Try to reenable VSync on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa committed Jun 28, 2024
1 parent 5b141ea commit 30bd25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tms/backend/main_android.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ tbackend_init_surface()

SDL_GL_CreateContext(_window);

SDL_GL_SetSwapInterval(0);
//SDL_GL_SetSwapInterval(0);

return T_OK;
}
Expand Down

0 comments on commit 30bd25a

Please sign in to comment.