Remove unused parameter 'activeShape' from FirstPersonNavigationController update method

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

View File

@@ -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,