Update telemetry handling in RuntimeHost

This commit is contained in:
2026-04-11 19:06:44 +02:00
parent f86cb8cadf
commit c4fe5926b4

View File

@@ -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();