This commit is contained in:
NotAKidoS 2023-03-03 18:56:56 -06:00
parent 3ebd743227
commit b4dfbcc2ef
4 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ public class MSP_MenuInfo
CVR_MenuManager.Instance.desktopControllerRay.enabled = !flag;
}
internal static void HandleIndependentLookInput()
internal static void HandleIndependentHeadTurnInput()
{
//angle of independent look axis
bool isPressed = CVRInputManager.Instance.independentHeadTurn || CVRInputManager.Instance.independentHeadToggle;