auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 03:53:39 +02:00
parent 2e6f65d5c8
commit 26929c5422

View File

@@ -821,6 +821,7 @@ export class RuntimeHost {
this.activeCameraSourceKey = null;
this.activeRuntimeCameraRig = null;
this.activeDialogueAttentionState = null;
this.dialogueParticipantState = null;
this.cameraTransitionState = null;
this.suppressNextCameraSourceTransition = true;
this.pressedKeys.clear();
@@ -1055,6 +1056,7 @@ export class RuntimeHost {
this.activeCameraSourceKey = null;
this.activeRuntimeCameraRig = null;
this.activeDialogueAttentionState = null;
this.dialogueParticipantState = null;
this.cameraTransitionState = null;
this.suppressNextCameraSourceTransition = false;
this.pressedKeys.clear();