diff --git a/engine/gl/gl_vidsdl.c b/engine/gl/gl_vidsdl.c index 1734fda66..b461ee6de 100644 --- a/engine/gl/gl_vidsdl.c +++ b/engine/gl/gl_vidsdl.c @@ -113,8 +113,7 @@ void GL_DoSwap (void) return; screenflush = 0; - if (!scr_skipupdate) - SDL_GL_SwapBuffers( ); + SDL_GL_SwapBuffers( ); if (!vid_isfullscreen)