mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-20 07:20:50 +00:00
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:
parent
40bc6b577c
commit
1bb9df702c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ void GL_DoSwap (void)
|
||||||
return;
|
return;
|
||||||
screenflush = 0;
|
screenflush = 0;
|
||||||
|
|
||||||
if (!scr_skipupdate || block_drawing)
|
if (!scr_skipupdate)
|
||||||
SDL_GL_SwapBuffers( );
|
SDL_GL_SwapBuffers( );
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue