mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #15488 from sethalves/fix-indep-camera
case 22412: allow independent camera to be set by scripts
👍 by QL for pre-merge testing in the manu ticket
This commit is contained in:
commit
e90f91f109
1 changed files with 2 additions and 1 deletions
|
@ -5833,7 +5833,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