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