allow independent camera to be set by scripts

This commit is contained in:
Seth Alves 2019-05-01 07:20:52 -07:00
parent 9261df5c24
commit 9321cf89d3

View file

@ -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();
}