mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
How did this happen?
This commit is contained in:
parent
3dddabcc52
commit
b9bcf3da94
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue