Skip to content

Commit

Permalink
whoops, broke seated mode offsets at some point for the new unretaine…
Browse files Browse the repository at this point in the history
…d mode
  • Loading branch information
mordentral committed Apr 27, 2024
1 parent 1030533 commit d7d0bf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void UReplicatedVRCameraComponent::UpdateTracking(float DeltaTime)
{
if (HasTrackingParameters())
{
ApplyTrackingParameters(Position);
ApplyTrackingParameters(Position, true);
}

ReplicatedCameraTransform.Position = Position;
Expand Down Expand Up @@ -459,7 +459,7 @@ void UReplicatedVRCameraComponent::HandleXRCamera()
{
if (HasTrackingParameters())
{
ApplyTrackingParameters(Position);
ApplyTrackingParameters(Position, true);
}

ReplicatedCameraTransform.Position = Position;
Expand Down

0 comments on commit d7d0bf4

Please sign in to comment.