auto-git:
[change] src/runtime-three/third-person-navigation-controller.ts
This commit is contained in:
@@ -549,6 +549,17 @@ export class ThirdPersonNavigationController implements NavigationController {
|
||||
? this.context.getCameraYawRadians()
|
||||
: this.cameraYawRadians;
|
||||
|
||||
if (
|
||||
this.stepLedgeGrab(
|
||||
dt,
|
||||
inputState,
|
||||
playerMovement,
|
||||
movementYawRadians
|
||||
)
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (
|
||||
this.stepClimbing(
|
||||
dt,
|
||||
|
||||
Reference in New Issue
Block a user