1
0
Fork 0
forked from fte/fteqw

OpenGL SDL targets will build again

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3294 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2009-07-18 04:07:57 +00:00
parent 40bc6b577c
commit 1bb9df702c

View file

@ -121,7 +121,7 @@ void GL_DoSwap (void)
return;
screenflush = 0;
if (!scr_skipupdate || block_drawing)
if (!scr_skipupdate)
SDL_GL_SwapBuffers( );