Remove manual reset of look offsets when target look boundary is reached

This commit is contained in:
2026-04-25 17:33:27 +02:00
parent bf31cf6a2f
commit 82109c19d1

View File

@@ -598,8 +598,6 @@ export class ThirdPersonNavigationController implements NavigationController {
if (boundaryReached) {
this.context?.handleRuntimeTargetLookBoundaryReached?.();
this.targetLookOffsetYawRadians = 0;
this.targetLookOffsetPitchRadians = 0;
}
}