mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-22 20:11:40 +00:00
From /dev/humancontroller: Typo.
This commit is contained in:
parent
374c551404
commit
b356dac903
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue