Skip to content

Commit 709b505

Browse files
committed
Fixed broken feet
1 parent 700b05d commit 709b505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KinectHandler/KinectWrapper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ class KinectWrapper
214214
{JointSpineWaist, JointType_SpineBase},
215215
{JointHipLeft, JointType_HipLeft},
216216
{JointKneeLeft, JointType_KneeLeft},
217-
{JointFootLeft, JointType_FootLeft},
217+
{JointFootLeft, JointType_AnkleLeft},
218218
{JointFootTipLeft, JointType_FootLeft},
219219
{JointHipRight, JointType_HipRight},
220220
{JointKneeRight, JointType_KneeRight},
221-
{JointFootRight, JointType_FootRight},
221+
{JointFootRight, JointType_AnkleRight},
222222
{JointFootTipRight, JointType_FootRight},
223223
};
224224

0 commit comments

Comments
 (0)