mirror of
https://github.com/overte-org/overte.git
synced 2025-07-25 08:31:56 +02:00
Merge typo
This commit is contained in:
parent
c94b8b6e30
commit
e20d2ffb15
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ void OculusManager::display(QGLWidget * glCanvas, const glm::quat &bodyOrientati
|
|||
glViewport(vp.Pos.x, vp.Pos.y, vp.Size.w, vp.Size.h);
|
||||
|
||||
qApp->displaySide(*_camera, false, RenderArgs::MONO);
|
||||
qApp->displayOverlayTextureHmd(*_camera);
|
||||
qApp->getApplicationOverlay().displayOverlayTextureHmd(*_camera);
|
||||
});
|
||||
_activeEye = ovrEye_Count;
|
||||
|
||||
|
|
Loading…
Reference in a new issue