mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-14 14:11:15 +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)
|
if(dest->stereoFrame == STEREO_LEFT)
|
||||||
stereoSep = zProj / stereoSep;
|
stereoSep = zProj / stereoSep;
|
||||||
else if(dest->stereoFrame == STEREO_RIGHT)
|
else if(dest->stereoFrame == STEREO_RIGHT)
|
||||||
stereoSep = zProj / stereoSep;
|
stereoSep = zProj / -stereoSep;
|
||||||
else
|
else
|
||||||
stereoSep = 0;
|
stereoSep = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue