diff options
Diffstat (limited to 'src/rend2')
-rw-r--r-- | src/rend2/tr_shade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rend2/tr_shade.c b/src/rend2/tr_shade.c index f0bcd7f8..6698b41b 100644 --- a/src/rend2/tr_shade.c +++ b/src/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) |