hedgewars/hwengine.pas
changeset 7049 35d762458d66
parent 7044 46cb4e8cedfb
child 7051 db17476d7a37
--- a/hedgewars/hwengine.pas	Thu May 10 23:21:56 2012 +0200
+++ b/hedgewars/hwengine.pas	Fri May 11 00:05:47 2012 +0200
@@ -100,11 +100,7 @@
             exit;
             end;
 
-{$IFDEF SDL13}
-    SDL_GL_SwapWindow(SDLwindow);
-{$ELSE}
-    SDL_GL_SwapBuffers();
-{$ENDIF}
+    SwapBuffers;
 
     if flagMakeCapture then
         begin