How did this happen?

This commit is contained in:
Thilo Schulz 2009-06-10 08:25:01 +00:00
parent 3dddabcc52
commit b9bcf3da94
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ void R_SetupFrustum (viewParms_t *dest, float xmin, float xmax, float ymax, floa
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);