From 0620ef8a13cc7bb5a9d05162ff4bddbdf217a29c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 21:44:37 +0200 Subject: [PATCH] Import createIdleRuntimeLocomotionState in player-locomotion.test.ts --- tests/unit/player-locomotion.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/player-locomotion.test.ts b/tests/unit/player-locomotion.test.ts index f84e1922..3cc63ef7 100644 --- a/tests/unit/player-locomotion.test.ts +++ b/tests/unit/player-locomotion.test.ts @@ -7,6 +7,7 @@ import type { PlayerGroundProbeResult, ResolvedPlayerMotion } from "../../src/runtime-three/player-collision"; +import { createIdleRuntimeLocomotionState } from "../../src/runtime-three/player-locomotion"; import { stepPlayerLocomotion } from "../../src/runtime-three/player-locomotion"; import type { PlayerStartActionInputState } from "../../src/runtime-three/player-input-bindings"; import type { RuntimePlayerMovement } from "../../src/runtime-three/runtime-scene-build";