Fix d3d renderer.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1112 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-06-22 16:38:49 +00:00
parent 96b1f8e9f0
commit f64645ff6d
1 changed files with 1 additions and 1 deletions

View File

@ -2163,7 +2163,7 @@ void GLR_RenderView (void)
if (gl_motionblur.value>=0 && gl_motionblur.value < 1)
if (gl_motionblur.value>0 && gl_motionblur.value < 1 && qglCopyTexImage2D)
{
int vwidth = 1, vheight = 1;
float vs, vt, cs, ct;