mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-20 15:31:02 +00:00
I removed that variable because it wasn't set anywhere.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4261 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
679b2bffe1
commit
2ee3b703ba
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ void GL_DoSwap (void)
|
|||
return;
|
||||
screenflush = 0;
|
||||
|
||||
if (!scr_skipupdate)
|
||||
SDL_GL_SwapBuffers( );
|
||||
SDL_GL_SwapBuffers( );
|
||||
|
||||
|
||||
if (!vid_isfullscreen)
|
||||
|
|
Loading…
Reference in a new issue