mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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) {
|
||||
if (firstPerson) {
|
||||
_lookingInMirror->setChecked(false);
|
||||
if (firstPerson && _lookingInMirror->isChecked()) {
|
||||
_lookingInMirror->trigger();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue