mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
< sg_Tequila> says that this is busted. Thilo will hopefully be pleased.
This commit is contained in:
parent
5e108751f2
commit
49a2e1913e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue