diff --git a/src/runtime-three/third-person-navigation-controller.ts b/src/runtime-three/third-person-navigation-controller.ts index 82ca0843..3f05ea20 100644 --- a/src/runtime-three/third-person-navigation-controller.ts +++ b/src/runtime-three/third-person-navigation-controller.ts @@ -275,6 +275,7 @@ export class ThirdPersonNavigationController implements NavigationController { this.coyoteTimeRemainingMs = 0; this.jumpHoldRemainingMs = 0; this.previousTelemetry = null; + this.smoothedCameraCollisionDistance = null; ctx.setRuntimeMessage(null); ctx.setPlayerControllerTelemetry(null); this.context = null;