From 9a17f84efca0f001545e0b15e61a181ede97cbb4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 1 May 2026 16:48:05 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/third-person-navigation-controller.ts --- src/runtime-three/third-person-navigation-controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/third-person-navigation-controller.ts b/src/runtime-three/third-person-navigation-controller.ts index 80846258..625fce36 100644 --- a/src/runtime-three/third-person-navigation-controller.ts +++ b/src/runtime-three/third-person-navigation-controller.ts @@ -225,6 +225,7 @@ export class ThirdPersonNavigationController implements NavigationController { private jumpHoldRemainingMs = 0; private climbSurface: RuntimePlayerClimbSurface | null = null; private climbLatchBlocked = false; + private ledgeGrabTarget: RuntimePlayerLedgeGrabTarget | null = null; activate(ctx: RuntimeControllerContext): void { this.context = ctx;