minor comment fixes

This commit is contained in:
Mamadou Babaei
2025-02-14 12:02:28 +01:00
parent dd7434a900
commit 084e075cc0
@@ -1660,7 +1660,7 @@ void FSGXRTracker::UpdateDeviceLocations(
if (bLeftGloveConnected)
{
/// NOTE
/// It's necessary to call the UpdateXRHandTrackingData first for the wrist tracking to work properly when the
/// It's necessary to call the UpdateXRHandTrackingData first for the wrist-tracking to work properly when the
/// motion controllers are not active and we rely on the OpenXRHandTracking data for wrist tracking.
/// See the NOTE inside the FSGXRTracker::FImpl::GetWristTransform method.
Pimpl->UpdateXRHandTrackingData(Pimpl->GetLeftHandState(), LocateInfo);
@@ -1678,7 +1678,7 @@ void FSGXRTracker::UpdateDeviceLocations(
if (bRightGloveConnected)
{
/// NOTE
/// It's necessary to call the UpdateXRHandTrackingData first for the wrist tracking to work properly when the
/// It's necessary to call the UpdateXRHandTrackingData first for the wrist-tracking to work properly when the
/// motion controllers are not active and we rely on the OpenXRHandTracking data for wrist tracking.
/// See the NOTE inside the FSGXRTracker::FImpl::GetWristLocationAndRotation method.
Pimpl->UpdateXRHandTrackingData(Pimpl->GetRightHandState(), LocateInfo);