From b356dac9032b08938e964a8a27d4525b4a1276d4 Mon Sep 17 00:00:00 2001 From: James Canete Date: Thu, 6 Dec 2012 21:53:52 +0000 Subject: [PATCH] From /dev/humancontroller: Typo. --- code/rend2/tr_shade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/rend2/tr_shade.c b/code/rend2/tr_shade.c index f0bcd7f8..6698b41b 100644 --- a/code/rend2/tr_shade.c +++ b/code/rend2/tr_shade.c @@ -1179,7 +1179,7 @@ static void RB_FogPass( void ) { { int index = 0; - if (deformGen |= DGEN_NONE) + if (deformGen != DGEN_NONE) index |= FOGDEF_USE_DEFORM_VERTEXES; if (glState.vertexAttribsInterpolation)