xrt/util: Fix typo with number of joints per finger

This commit is contained in:
danwillm 2022-08-01 17:43:13 +01:00 committed by Moses Turner
parent 76f96686d1
commit c4a290aa97

View file

@ -36,7 +36,7 @@ struct u_hand_tracking_finger_value
{ {
float splay; float splay;
float joint_curls[5]; float joint_curls[4];
int joint_count; int joint_count;
}; };