From 32f3c11d0de8047ef9b3004e6a26000fae015a42 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 18:46:08 +0200 Subject: [PATCH] Remove unused parameter 'activeShape' from StepPlayerLocomotionOptions --- src/runtime-three/player-locomotion.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime-three/player-locomotion.ts b/src/runtime-three/player-locomotion.ts index 55fef85a..043656fb 100644 --- a/src/runtime-three/player-locomotion.ts +++ b/src/runtime-three/player-locomotion.ts @@ -66,7 +66,6 @@ export interface StepPlayerLocomotionOptions { dt: number; feetPosition: Vec3; movementYawRadians: number; - activeShape: FirstPersonPlayerShape; standingShape: FirstPersonPlayerShape; verticalVelocity: number; crouched: boolean;