[quake3-commits] r2373 - trunk/code/rend2

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Dec 6 16:53:52 EST 2012


Author: smiletheory
Date: 2012-12-06 16:53:52 -0500 (Thu, 06 Dec 2012)
New Revision: 2373

Modified:
   trunk/code/rend2/tr_shade.c
Log:
>From /dev/humancontroller: Typo.

Modified: trunk/code/rend2/tr_shade.c
===================================================================
--- trunk/code/rend2/tr_shade.c	2012-12-06 01:55:45 UTC (rev 2372)
+++ trunk/code/rend2/tr_shade.c	2012-12-06 21:53:52 UTC (rev 2373)
@@ -1179,7 +1179,7 @@
 	{
 		int index = 0;
 
-		if (deformGen |= DGEN_NONE)
+		if (deformGen != DGEN_NONE)
 			index |= FOGDEF_USE_DEFORM_VERTEXES;
 
 		if (glState.vertexAttribsInterpolation)



More information about the quake3-commits mailing list