diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index e4a5e74c..90cced83 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -396,8 +396,10 @@ export class RuntimeHost { this.thirdPersonController.resetSceneState(); this.interactionSystem.reset(); this.setInteractionPrompt(null); - this.currentFirstPersonTelemetry = null; - this.firstPersonTelemetryHandler?.(null); + this.currentPlayerControllerTelemetry = null; + this.currentPlayerAnimationHooks = null; + this.currentPlayerAudioHooks = null; + this.playerControllerTelemetryHandler?.(null); this.currentRuntimeMessage = null; this.runtimeMessageHandler?.(null); this.clearCollisionWorld();