mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 14:44:39 +02:00
allow independent camera to be set by scripts
This commit is contained in:
parent
9261df5c24
commit
9321cf89d3
1 changed files with 2 additions and 1 deletions
|
@ -5804,7 +5804,8 @@ void Application::cameraModeChanged() {
|
|||
Menu::getInstance()->setIsOptionChecked(MenuOption::FullscreenMirror, true);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
// we don't have menu items for the others, so just leave it alone.
|
||||
return;
|
||||
}
|
||||
cameraMenuChanged();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue