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