minor comment fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user