mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[DesktopVRSwitch] Fix edge case when switching while in Independent Head Turn mode.
This commit is contained in:
parent
e31bf87609
commit
ae80ea731b
1 changed files with 2 additions and 0 deletions
|
@ -67,5 +67,7 @@ public class MovementSystemTracker : VRModeTracker
|
|||
MovementSystem.Instance.ChangeCrouch(false);
|
||||
MovementSystem.Instance.ChangeProne(false);
|
||||
MovementSystem.Instance.SetImmobilized(false);
|
||||
MovementSystem.Instance.independentHeadTurn = false;
|
||||
MovementSystem.Instance.independentHeadToggle = false;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue