- Now P switch between first and third person view

This commit is contained in:
atlante45 2013-08-07 12:24:13 -07:00
parent 83bc7916a2
commit 19b9be3361

View file

@ -1389,6 +1389,8 @@ void Application::setRenderFirstPerson(bool firstPerson) {
if (firstPerson) {
_lookingInMirror->setChecked(false);
_manualThirdPerson->setChecked(false);
} else {
_manualThirdPerson->trigger();
}
}