mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:17:29 +02: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);
|
Menu::getInstance()->setIsOptionChecked(MenuOption::FullscreenMirror, true);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
// we don't have menu items for the others, so just leave it alone.
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
cameraMenuChanged();
|
cameraMenuChanged();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue