mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
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:
parent
13eab57043
commit
2b358862ab
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ public class GestureLock : MelonMod
|
||||||
}
|
}
|
||||||
if (isLocked)
|
if (isLocked)
|
||||||
{
|
{
|
||||||
___gestureLeftRaw = oldGestureLeft;
|
//___gestureLeftRaw = oldGestureLeft;
|
||||||
___gestureLeft = oldGestureLeft;
|
___gestureLeft = oldGestureLeft;
|
||||||
___gestureRightRaw = oldGestureRight;
|
//___gestureRightRaw = oldGestureRight;
|
||||||
___gestureRight = oldGestureRight;
|
___gestureRight = oldGestureRight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue