Remove unused parameter 'activeShape' from StepPlayerLocomotionOptions
This commit is contained in:
@@ -66,7 +66,6 @@ export interface StepPlayerLocomotionOptions {
|
||||
dt: number;
|
||||
feetPosition: Vec3;
|
||||
movementYawRadians: number;
|
||||
activeShape: FirstPersonPlayerShape;
|
||||
standingShape: FirstPersonPlayerShape;
|
||||
verticalVelocity: number;
|
||||
crouched: boolean;
|
||||
|
||||
Reference in New Issue
Block a user