Remove unused parameter 'activeShape' from StepPlayerLocomotionOptions

This commit is contained in:
2026-04-11 18:46:08 +02:00
parent 11ae2106ad
commit 32f3c11d0d

View File

@@ -66,7 +66,6 @@ export interface StepPlayerLocomotionOptions {
dt: number;
feetPosition: Vec3;
movementYawRadians: number;
activeShape: FirstPersonPlayerShape;
standingShape: FirstPersonPlayerShape;
verticalVelocity: number;
crouched: boolean;