formatting fix

This commit is contained in:
Mamadou Babaei
2024-08-16 18:02:07 +02:00
parent a627aaa136
commit 989f5010d0
@@ -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();