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