Disable Vsync on native when not requested
This commit is contained in:
@@ -48,6 +48,10 @@ namespace lime {
|
|||||||
|
|
||||||
SDL_GL_SetSwapInterval (1);
|
SDL_GL_SetSwapInterval (1);
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
|
SDL_GL_SetSwapInterval (0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OpenGLBindings::Init ();
|
OpenGLBindings::Init ();
|
||||||
|
|||||||
Reference in New Issue
Block a user