Fixed iOS hand landmarker typo in hand pinky connections

This commit is contained in:
Prianka Liz Kariat 2023-09-14 14:29:46 +05:30
parent 9c0ea46022
commit d617f0d1ae

View File

@ -44,8 +44,8 @@ NSArray<MPPConnection *> *const MPPHandRingFingerConnections = @[
];
NSArray<MPPConnection *> *const MPPHandPinkyConnections = @[
[[MPPConnection alloc] initWithStart:16 end:17], [[MPPConnection alloc] initWithStart:17 end:18],
[[MPPConnection alloc] initWithStart:18 end:19]
[[MPPConnection alloc] initWithStart:17 end:18], [[MPPConnection alloc] initWithStart:18 end:19],
[[MPPConnection alloc] initWithStart:19 end:20]
];
NSArray<MPPConnection *> *const MPPHandConnections = [[[[[[NSArray