Remove unused parameter 'activeShape' from ThirdPersonNavigationController update method
This commit is contained in:
@@ -231,7 +231,6 @@ export class ThirdPersonNavigationController implements NavigationController {
|
||||
dt,
|
||||
feetPosition: this.feetPosition,
|
||||
movementYawRadians: this.cameraYawRadians,
|
||||
activeShape: this.activePlayerShape,
|
||||
standingShape: this.standingPlayerShape,
|
||||
verticalVelocity: this.verticalVelocity,
|
||||
crouched: this.locomotionState.crouched,
|
||||
|
||||
Reference in New Issue
Block a user