auto-git:
[change] src/runtime-three/first-person-navigation-controller.ts
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user