Remove manual reset of look offsets when target look boundary is reached
This commit is contained in:
@@ -598,8 +598,6 @@ export class ThirdPersonNavigationController implements NavigationController {
|
|||||||
|
|
||||||
if (boundaryReached) {
|
if (boundaryReached) {
|
||||||
this.context?.handleRuntimeTargetLookBoundaryReached?.();
|
this.context?.handleRuntimeTargetLookBoundaryReached?.();
|
||||||
this.targetLookOffsetYawRadians = 0;
|
|
||||||
this.targetLookOffsetPitchRadians = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user