forked from mirrors/principia
HOTFIX: Try to reenable VSync on Android
This commit is contained in:
parent
5b141eadd4
commit
30bd25a3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ tbackend_init_surface()
|
|||
|
||||
SDL_GL_CreateContext(_window);
|
||||
|
||||
SDL_GL_SetSwapInterval(0);
|
||||
//SDL_GL_SetSwapInterval(0);
|
||||
|
||||
return T_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue