From a53e045a83941f296d658ee087de258829dfcf21 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 11 May 2026 21:56:12 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-scene-build.ts --- src/runtime-three/runtime-scene-build.ts | 1 + 1 file changed, 1 insertion(+) 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,