From 836f9f2d5c911f616919884e56d0d7efdafbee33 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 25 Apr 2026 03:05:51 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-host.ts --- src/runtime-three/runtime-host.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 8abfd596..4045075a 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -1844,6 +1844,10 @@ export class RuntimeHost { this.activeRuntimeCameraRig = nextSource.kind === "rig" ? nextSource.rig : null; + if (nextSource.kind === "gameplay" && this.currentDialogue === null) { + this.activeDialogueAttentionState = null; + } + if ( this.cameraTransitionState !== null && this.cameraTransitionState.destinationSourceKey === nextSourceKey