diff --git a/src/runtime-three/third-person-navigation-controller.ts b/src/runtime-three/third-person-navigation-controller.ts index 49280709..657d68df 100644 --- a/src/runtime-three/third-person-navigation-controller.ts +++ b/src/runtime-three/third-person-navigation-controller.ts @@ -598,8 +598,6 @@ export class ThirdPersonNavigationController implements NavigationController { if (boundaryReached) { this.context?.handleRuntimeTargetLookBoundaryReached?.(); - this.targetLookOffsetYawRadians = 0; - this.targetLookOffsetPitchRadians = 0; } }