diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 2fdf7b6960..03677f7784 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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(); }