no water warping for secondary views.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4511 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-10-25 15:46:05 +00:00
parent b006bc1c86
commit 667b40ddf6
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ void GLR_RenderView (void)
GL_Set2D (false);
if (r_refdef.flags & Q2RDF_NOWORLDMODEL)
if ((r_refdef.flags & Q2RDF_NOWORLDMODEL) || r_secondaryview)
return;
if (r_bloom.value)