auto-git:

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

View File

@@ -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),