mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
add missing 'eyeToWorld' assignment
This commit is contained in:
parent
bd418364e1
commit
cadf00fecf
1 changed files with 1 additions and 0 deletions
|
@ -5090,6 +5090,7 @@ void Application::update(float deltaTime) {
|
|||
}
|
||||
|
||||
this->updateCamera(appRenderArgs._renderArgs);
|
||||
appRenderArgs._eyeToWorld = _myCamera.getTransform();
|
||||
appRenderArgs._isStereo = false;
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue