mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
xrt/util: Fix typo with number of joints per finger
This commit is contained in:
parent
76f96686d1
commit
c4a290aa97
|
@ -36,7 +36,7 @@ struct u_hand_tracking_finger_value
|
|||
{
|
||||
float splay;
|
||||
|
||||
float joint_curls[5];
|
||||
float joint_curls[4];
|
||||
int joint_count;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue