From 514581f02856359110c9300f18d1167571e7b190 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Wed, 12 Dec 2012 20:09:27 +0000 Subject: [PATCH] IOQ3 commit 2373 --- reaction/code/rend2/tr_shade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reaction/code/rend2/tr_shade.c b/reaction/code/rend2/tr_shade.c index f0bcd7f8..6698b41b 100644 --- a/reaction/code/rend2/tr_shade.c +++ b/reaction/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)