auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-25 03:03:51 +02:00
parent 648b25301d
commit a475cfdb95

View File

@@ -1005,12 +1005,14 @@ export class RuntimeHost {
this.completedScheduledImpulseRoutineIds.clear();
this.manualPauseActive = false;
this.controlPauseActive = false;
this.dialoguePauseActive = false;
this.previousPauseInputActive = false;
this.cameraRigLookDragging = false;
this.cameraRigLookYawRadians = 0;
this.cameraRigLookPitchRadians = 0;
this.activeCameraSourceKey = null;
this.activeRuntimeCameraRig = null;
this.activeDialogueAttentionState = null;
this.cameraTransitionState = null;
this.suppressNextCameraSourceTransition = false;
this.pressedKeys.clear();