auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-05-11 21:58:03 +02:00
parent 778e483aad
commit a12292b5a4

View File

@@ -124,6 +124,7 @@ import {
createCameraRigEntity,
createNpcAlwaysPresence,
createNpcColliderSettings,
createNpcTargetAnchor,
DEFAULT_CAMERA_RIG_TARGET_OFFSET,
DEFAULT_INTERACTABLE_RADIUS,
DEFAULT_NPC_SCALE,
@@ -11937,6 +11938,7 @@ export class ViewportHost {
actorId: "creation-preview",
presence: createNpcAlwaysPresence(),
targetable: false,
targetAnchor: createNpcTargetAnchor(),
modelAssetId: toolPreview.target.modelAssetId ?? null,
dialogues: [],
defaultDialogueId: null,