hedgewars/uStore.pas
branchios-revival
changeset 11409 e0600c5964c7
parent 11408 55fc715435ea
child 11507 bd9a2f1b0080
--- a/hedgewars/uStore.pas	Tue Nov 17 15:30:36 2015 +0100
+++ b/hedgewars/uStore.pas	Tue Nov 17 16:34:20 2015 +0100
@@ -745,11 +745,7 @@
     if SDLGLcontext = nil then
         SDLGLcontext:= SDL_GL_CreateContext(SDLwindow);
     SDLTry(SDLGLcontext <> nil, 'SDLGLcontext', true);
- {$IFNDEF MOBILE}
-    SDLTry(SDL_GL_SetSwapInterval(1) = 0, 'SDL_GL_SetSwapInterval', true);
- {$ELSE}
     SDL_GL_SetSwapInterval(1);
- {$ENDIF}
 
     RendererSetup();