branch | sdl2transition |
changeset 9684 | 8113075dc7cc |
parent 9682 | aa2431ed87b2 |
child 9798 | f2b18754742f |
--- a/hedgewars/uStore.pas Thu Nov 07 21:06:30 2013 +0400 +++ b/hedgewars/uStore.pas Thu Nov 07 21:10:17 2013 +0400 @@ -1264,7 +1264,7 @@ if GameType = gmtRecord then exit; {$IFDEF SDL2} - SDLTry(SDL_GL_SwapWindow(SDLwindow) <> 0, 'SDL_GL_SwapWindow', true); + SDL_GL_SwapWindow(SDLwindow); {$ELSE} SDL_GL_SwapBuffers(); {$ENDIF}