diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 586306bb..d2b108ae 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -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);