fix a wrist tracker bug where hands are getting tracked in reverse
This commit is contained in:
@@ -387,8 +387,8 @@ void USGWristTrackerComponent::FImpl::UpdateMotionSource() const
|
||||
if (GEngine)
|
||||
{
|
||||
Owner->SetTrackingSource(Owner->IsRight()
|
||||
? Owner->GetWristTrackingSettings().LeftHandMotionSource
|
||||
: Owner->GetWristTrackingSettings().RightHandMotionSource);
|
||||
? Owner->GetWristTrackingSettings().RightHandMotionSource
|
||||
: Owner->GetWristTrackingSettings().LeftHandMotionSource);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user