auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-22 17:01:05 +02:00
parent ded9c3f1a6
commit e700326b7a

View File

@@ -691,6 +691,12 @@ export class RuntimeHost {
this.manualPauseActive = false;
this.controlPauseActive = false;
this.previousPauseInputActive = false;
this.cameraRigLookDragging = false;
this.cameraRigLookYawRadians = 0;
this.cameraRigLookPitchRadians = 0;
this.activeRuntimeCameraRig = null;
this.activeRuntimeCameraRigId = null;
this.cameraRigBlendState = null;
this.pressedKeys.clear();
this.publishRuntimePauseState(true);
this.currentPlayerControllerTelemetry = null;
@@ -906,6 +912,12 @@ export class RuntimeHost {
this.manualPauseActive = false;
this.controlPauseActive = false;
this.previousPauseInputActive = false;
this.cameraRigLookDragging = false;
this.cameraRigLookYawRadians = 0;
this.cameraRigLookPitchRadians = 0;
this.activeRuntimeCameraRig = null;
this.activeRuntimeCameraRigId = null;
this.cameraRigBlendState = null;
this.pressedKeys.clear();
this.publishRuntimePauseState(true);
if (this.renderer !== null) {