mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 02:57:20 +02:00
- Now P switch between first and third person view
This commit is contained in:
parent
83bc7916a2
commit
19b9be3361
1 changed files with 2 additions and 0 deletions
|
@ -1389,6 +1389,8 @@ void Application::setRenderFirstPerson(bool firstPerson) {
|
|||
if (firstPerson) {
|
||||
_lookingInMirror->setChecked(false);
|
||||
_manualThirdPerson->setChecked(false);
|
||||
} else {
|
||||
_manualThirdPerson->trigger();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue