replace all mentions of FXRMotionControllerData with FXRHandTrackingState in code comments

This commit is contained in:
Mamadou Babaei
2026-02-24 10:42:43 +01:00
parent 16f2ef6f4f
commit d2e0645e0b
2 changed files with 10 additions and 10 deletions
@@ -2515,7 +2515,7 @@ bool FSGXRTracker::FImpl::UpdateSGHandState(const bool bRight, FSGXRHandState& O
const bool bGotWristTransform = GetWristTransform(bRight, WristTransform);
/// NOTE
// Even if we fail to get the wrist transform, the SenseGlove data needs to make it to the FXRMotionControllerData!
// Even if we fail to get the wrist transform, the SenseGlove data needs to make it to the FXRHandTrackingState!
// So, we just ignore the bGotWristTransform results! Otherwise, even if bFallbackToHandTrackingIfNoGloveDetected
// is disabled it will output the hand-tracking data.
(void) bGotWristTransform;
@@ -2571,4 +2571,4 @@ bool FSGXRTracker::FImpl::UpdateSGHandState(const bool bRight, FSGXRHandState& O
void FSGXRTracker::FImplDeleter::operator()(const FImpl* P) const
{
delete P;
}
}