minor fix

This commit is contained in:
Mamadou Babaei
2024-07-18 16:33:24 +02:00
parent 3a6594f171
commit 93a87f5238
@@ -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;