auto-git:

[change] src/runtime-three/runtime-scene-build.ts
This commit is contained in:
2026-05-11 21:56:12 +02:00
parent 60693e278f
commit a53e045a83

View File

@@ -1749,6 +1749,7 @@ function buildRuntimeSceneCollections(
name: entity.name,
visible: entity.visible,
targetable: entity.targetable,
targetAnchor: createNpcTargetAnchor(entity.targetAnchor),
position: cloneVec3(entity.position),
active: true,
activeRoutineId: null,