The open source OpenXR runtime

u/hand: Fix finger ordering

authored by

Moses Turner and committed by
Jakob Bornecrantz
4de63128 1b027831

+1 -1
+1 -1
src/xrt/auxiliary/util/u_hand_simulation.c
··· 415 415 hand.thumb.rotations[1] += values->thumb * -1.f; 416 416 417 417 // Index finger - this is treated differently on Valve Knuckles controllers so the pinch gesture feels good 418 - float finger_values[4] = {values->index, values->middle, values->little, values->ring}; 418 + float finger_values[4] = {values->index, values->middle, values->ring, values->little}; 419 419 420 420 { 421 421 int finger = 0;