auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 03:03:40 +02:00
parent 33bfafce26
commit a554707f6d

View File

@@ -631,7 +631,8 @@ export class RuntimeHost {
radius
) ?? { ...desiredCameraPosition },
isCameraDrivenExternally: () =>
this.resolveActiveRuntimeCameraRig() !== null,
this.resolveActiveRuntimeCameraRig() !== null ||
this.resolveDialogueAttentionNpc() !== null,
getCameraYawRadians: () => {
this.camera.getWorldDirection(this.cameraForward);
return Math.atan2(this.cameraForward.x, this.cameraForward.z);