auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-22 18:12:15 +02:00
parent cacffd387f
commit 382e92f79d

View File

@@ -2487,6 +2487,10 @@ export function App({ store, initialStatusMessage }: AppProps) {
({ entity }) =>
entity.id !== selectedCameraRig?.id && entity.kind !== "cameraRig"
);
const cameraRigPathOptions = pathList.map((path, index) => ({
path,
label: getScenePathLabel(path, index)
}));
const playableSoundEmitterOptions = soundEmitterOptions.filter(
({ entity }) => {
if (entity.audioAssetId === null) {