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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 10 15:47:45 EDT 2009


Author: zakk
Date: 2009-06-10 15:47:45 -0400 (Wed, 10 Jun 2009)
New Revision: 1572

Modified:
   trunk/code/renderer/tr_main.c
Log:
< sg_Tequila> says that this is busted. Thilo will hopefully be pleased.


Modified: trunk/code/renderer/tr_main.c
===================================================================
--- trunk/code/renderer/tr_main.c	2009-06-10 10:41:11 UTC (rev 1571)
+++ trunk/code/renderer/tr_main.c	2009-06-10 19:47:45 UTC (rev 1572)
@@ -525,7 +525,7 @@
 		if(dest->stereoFrame == STEREO_LEFT)
 			stereoSep = zProj / stereoSep;
 		else if(dest->stereoFrame == STEREO_RIGHT)
-			stereoSep = zProj / stereoSep;
+			stereoSep = zProj / -stereoSep;
 		else
 			stereoSep = 0;
 	}



More information about the quake3-commits mailing list