< sg_Tequila> says that this is busted. Thilo will hopefully be pleased.

This commit is contained in:
Zachary Slater 2009-06-10 19:47:45 +00:00
parent 5e108751f2
commit 49a2e1913e

View file

@ -525,7 +525,7 @@ void R_SetupProjection(viewParms_t *dest, float zProj, qboolean computeFrustum)
if(dest->stereoFrame == STEREO_LEFT)
stereoSep = zProj / stereoSep;
else if(dest->stereoFrame == STEREO_RIGHT)
stereoSep = zProj / stereoSep;
stereoSep = zProj / -stereoSep;
else
stereoSep = 0;
}