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;