From /dev/humancontroller: Typo.

This commit is contained in:
James Canete 2012-12-06 21:53:52 +00:00
parent 374c551404
commit b356dac903

View file

@ -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)