From 493e8cecc8a57ab1ebb88a13fae6d13754d0963e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 17:10:18 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 3 +++ 1 file changed, 3 insertions(+) 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;