formatting fix
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user