mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 11:54:25 +02:00
Merge pull request #530 from ey6es/master
Fix for previous fix: we need to call trigger in order to get the camera handling.
This commit is contained in:
commit
da78c70a68
1 changed files with 2 additions and 2 deletions
|
@ -926,8 +926,8 @@ void Application::setFullscreen(bool fullscreen) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::setRenderFirstPerson(bool firstPerson) {
|
void Application::setRenderFirstPerson(bool firstPerson) {
|
||||||
if (firstPerson) {
|
if (firstPerson && _lookingInMirror->isChecked()) {
|
||||||
_lookingInMirror->setChecked(false);
|
_lookingInMirror->trigger();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue