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

@ -25,6 +25,6 @@ using System.Reflection;
namespace MenuScalePatch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.0.0";
public const string Version = "4.0.1";
public const string Author = "NotAKidoS";
}