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