auto-git:

[change] src/runtime-three/first-person-navigation-controller.ts
This commit is contained in:
2026-05-01 16:47:02 +02:00
parent d028ac273d
commit 624ad1f53a

View File

@@ -169,6 +169,7 @@ export class FirstPersonNavigationController implements NavigationController {
this.verticalVelocity = 0; this.verticalVelocity = 0;
this.grounded = false; this.grounded = false;
this.jumpPressed = false; this.jumpPressed = false;
this.ledgeGrabTarget = null;
this.smoothedFeetY = this.feetPosition.y; this.smoothedFeetY = this.feetPosition.y;
this.locomotionState = createIdleRuntimeLocomotionState( this.locomotionState = createIdleRuntimeLocomotionState(
runtimeScene.playerCollider.mode === "none" ? "flying" : "airborne" runtimeScene.playerCollider.mode === "none" ? "flying" : "airborne"