[quake3-commits] r1569 - trunk/code/renderer

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 10 04:25:01 EDT 2009


Author: thilo
Date: 2009-06-10 04:25:01 -0400 (Wed, 10 Jun 2009)
New Revision: 1569

Modified:
   trunk/code/renderer/tr_main.c
Log:
How did this happen?


Modified: trunk/code/renderer/tr_main.c
===================================================================
--- trunk/code/renderer/tr_main.c	2009-06-05 18:54:47 UTC (rev 1568)
+++ trunk/code/renderer/tr_main.c	2009-06-10 08:25:01 UTC (rev 1569)
@@ -456,7 +456,7 @@
 	float oppleg, adjleg, length;
 	int i;
 	
-	if(stereoSep == 0 && xmin != -xmax)
+	if(stereoSep == 0 && xmin == -xmax)
 	{
 		// symmetric case can be simplified
 		VectorCopy(dest->or.origin, ofsorigin);



More information about the quake3-commits mailing list