diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index bfbfb570..dd1bdf3f 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -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,