dont change mouse input while in VR

bruh
This commit is contained in:
NotAKidoS 2023-01-03 11:59:13 -06:00
parent 72c9f12376
commit 77c1e0fea9
4 changed files with 39 additions and 35 deletions

View file

@ -6,6 +6,7 @@ using cohtml;
using HarmonyLib;
using NAK.Melons.MenuScalePatch.Helpers;
using UnityEngine;
using MenuScalePatch.Helpers;
namespace NAK.Melons.MenuScalePatch.HarmonyPatches;