minor comment fixes

This commit is contained in:
Mamadou Babaei
2025-01-28 15:27:58 +01:00
parent d2c2d317ff
commit d4c3c7d20d
@@ -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);