diff --git a/src/app/App.tsx b/src/app/App.tsx index b10c097e..315c3a85 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -8976,6 +8976,9 @@ export function App({ store, initialStatusMessage }: AppProps) { case "spotLight": applySpotLightChange(); break; + case "cameraRig": + applyCameraRigChange(); + break; case "playerStart": applyPlayerStartChange(); break;