formatting fix

This commit is contained in:
Mamadou Babaei
2024-06-14 08:56:58 +02:00
parent 5411669082
commit e86c32255a
@@ -1201,7 +1201,7 @@ bool FSGXRTracker::GetControllerOrientationAndPosition(const int32 ControllerInd
bool bMotionSourceHandTracking;
const bool bGotTransform = Pimpl->GetControllerTransform(MotionSource, WorldToMetersScale,
ControllerTransform, bMotionSourceHandTracking);
(void)bMotionSourceHandTracking;
(void) bMotionSourceHandTracking;
OutOrientation = ControllerTransform.GetRotation().Rotator();
OutPosition = ControllerTransform.GetLocation();