Remove unused parameter 'activeShape' from ThirdPersonNavigationController update method

This commit is contained in:
2026-04-11 18:46:16 +02:00
parent e13b94cb21
commit dec72e05eb

View File

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