minor fix
This commit is contained in:
@@ -195,7 +195,7 @@ So, getting the any joint's position or rotation is as easy as casting the enum
|
||||
return;
|
||||
}
|
||||
|
||||
// Return if device is not being tracked!
|
||||
// Return if the device is not being tracked!
|
||||
if (MotionControllerData.TrackingStatus == ETrackingStatus::NotTracked)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user