mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-13 22:22:13 +00:00
IOQ3 commit 2373
This commit is contained in:
parent
e7570a0a03
commit
514581f028
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