diff options
author | James Canete <use.less01@gmail.com> | 2012-12-06 21:53:52 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:24:54 +0000 |
commit | 03ae82957a7cab0510870bbde51df6fcdabfcbe2 (patch) | |
tree | 5fcb98b2cc5424c07f6fa467d32c64941819ec6f /src | |
parent | 241a28e637799fef100619a74a8f88c2954e6754 (diff) |
From /dev/humancontroller: Typo.
Diffstat (limited to 'src')
-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) |