diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index bdd6cf2c..bfbfb570 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -668,6 +668,7 @@ export function createRuntimeNpcFromDefinition( name: npc.name, visible: npc.visible, targetable: npc.targetable, + targetAnchor: createNpcTargetAnchor(npc.targetAnchor), position: cloneVec3(npc.position), yawDegrees: npc.yawDegrees, scale: cloneVec3(npc.scale),