Skip to content

Commit

Permalink
How did this happen?
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Jun 10, 2009
1 parent 3dddabc commit b9bcf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/renderer/tr_main.c
Expand Up @@ -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);
Expand Down

0 comments on commit b9bcf3d

Please sign in to comment.