auto-git:

[change] src/runtime-three/third-person-navigation-controller.ts
This commit is contained in:
2026-05-01 16:48:30 +02:00
parent 2b599b8f49
commit 72a574059e

View File

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