auto-git:
[change] src/runtime-three/runtime-host.ts
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user