So that's why splitscreen is broken then... *sigh*...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@136 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-04 18:07:07 +00:00
parent 4fc2964d5b
commit d6484d39ec
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@ void R_Clear (void)
}
else
{
if (gl_clear.value)
if (gl_clear.value && !r_secondaryview)
glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
else
glClear (GL_DEPTH_BUFFER_BIT);