auto-git:

[change] src/runtime-three/runtime-host.ts
This commit is contained in:
2026-04-23 08:51:53 +02:00
parent e16064c8f9
commit 32abd3aca9

View File

@@ -745,9 +745,11 @@ export class RuntimeHost {
this.cameraRigLookDragging = false;
this.cameraRigLookYawRadians = 0;
this.cameraRigLookPitchRadians = 0;
this.activeCameraSourceKey = null;
this.activeRuntimeCameraRig = null;
this.activeRuntimeCameraRigId = null;
this.cameraRigBlendState = null;
this.cameraTransitionState = null;
this.suppressNextCameraSourceTransition = true;
this.pressedKeys.clear();
this.publishRuntimePauseState(true);
this.currentPlayerControllerTelemetry = null;
@@ -823,11 +825,6 @@ export class RuntimeHost {
}
this.activeCameraRigOverrideEntityId = nextEntityId;
this.activeRuntimeCameraRig = null;
this.activeRuntimeCameraRigId = null;
this.cameraRigBlendState = null;
this.cameraRigLookYawRadians = 0;
this.cameraRigLookPitchRadians = 0;
}
setRuntimeMessageHandler(handler: ((message: string | null) => void) | null) {
@@ -981,9 +978,11 @@ export class RuntimeHost {
this.cameraRigLookDragging = false;
this.cameraRigLookYawRadians = 0;
this.cameraRigLookPitchRadians = 0;
this.activeCameraSourceKey = null;
this.activeRuntimeCameraRig = null;
this.activeRuntimeCameraRigId = null;
this.cameraRigBlendState = null;
this.cameraTransitionState = null;
this.suppressNextCameraSourceTransition = false;
this.pressedKeys.clear();
this.publishRuntimePauseState(true);
if (this.renderer !== null) {