auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-22 17:10:18 +02:00
parent a143d1420c
commit 493e8cecc8

View File

@@ -8976,6 +8976,9 @@ export function App({ store, initialStatusMessage }: AppProps) {
case "spotLight":
applySpotLightChange();
break;
case "cameraRig":
applyCameraRigChange();
break;
case "playerStart":
applyPlayerStartChange();
break;