From 9291f9f2ceec40be7530e377b51f55b0bed943af Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 19:08:46 +0200 Subject: [PATCH] Remove unused import in runtime-host.ts --- src/runtime-three/runtime-host.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index f4393b3d..3faced08 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -72,7 +72,6 @@ import type { RuntimePlayerVolumeState } from "./navigation-controller"; import { RapierCollisionWorld } from "./rapier-collision-world"; -import { createEmptyRuntimeMovementTransitionSignals } from "./player-controller-telemetry"; import { RuntimeInteractionSystem, type RuntimeInteractionDispatcher,