formatting fix

This commit is contained in:
Mamadou Babaei
2024-08-16 16:37:25 +02:00
parent bc7175bd4f
commit 2fbf6355ec
@@ -1201,7 +1201,7 @@ bool FSGXRTracker::GetControllerOrientationAndPosition(const int32 ControllerInd
bool bMotionSourceHandTracking; bool bMotionSourceHandTracking;
const bool bGotTransform = Pimpl->GetControllerTransform(MotionSource, WorldToMetersScale, const bool bGotTransform = Pimpl->GetControllerTransform(MotionSource, WorldToMetersScale,
ControllerTransform, bMotionSourceHandTracking); ControllerTransform, bMotionSourceHandTracking);
(void)bMotionSourceHandTracking; (void) bMotionSourceHandTracking;
OutOrientation = ControllerTransform.GetRotation().Rotator(); OutOrientation = ControllerTransform.GetRotation().Rotator();
OutPosition = ControllerTransform.GetLocation(); OutPosition = ControllerTransform.GetLocation();