auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 03:05:51 +02:00
parent c9e181419b
commit 836f9f2d5c

View File

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