mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-21 19:51:33 +00:00
Update JKVR_SurfaceView.cpp
This commit is contained in:
parent
7fe25a7ffb
commit
4469bdf036
1 changed files with 1 additions and 1 deletions
|
@ -1756,7 +1756,7 @@ void JKVR_submitFrame()
|
|||
|
||||
if (vr.cgzoommode)
|
||||
{
|
||||
projectionMatrix = ovrMatrix4f_CreateProjectionFov(vr.fov / 1.4, vr.fov / 1.4,
|
||||
projectionMatrix = ovrMatrix4f_CreateProjectionFov(vr.fov / 1.3, vr.fov / 1.3,
|
||||
0.0f, 0.0f, 0.1f, 0.0f);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue