Fixed camera gestures.

commented out any changes to gestureraw

now camera gestures work, and i assume elsewhere in cvr that utilize gesture recognition
This commit is contained in:
NotAKidoS 2022-09-15 13:36:14 -05:00
parent 13eab57043
commit 2b358862ab

View file

@ -51,9 +51,9 @@ public class GestureLock : MelonMod
}
if (isLocked)
{
___gestureLeftRaw = oldGestureLeft;
//___gestureLeftRaw = oldGestureLeft;
___gestureLeft = oldGestureLeft;
___gestureRightRaw = oldGestureRight;
//___gestureRightRaw = oldGestureRight;
___gestureRight = oldGestureRight;
}
}