diff --git a/MenuScalePatch/HarmonyPatches.cs b/MenuScalePatch/HarmonyPatches.cs index 29b44ab..0f59836 100644 --- a/MenuScalePatch/HarmonyPatches.cs +++ b/MenuScalePatch/HarmonyPatches.cs @@ -124,7 +124,7 @@ internal class HarmonyPatches if (show != ____quickMenuOpen) { ____quickMenuOpen = show; - __instance.quickMenu.enabled = show; + __instance.quickMenu.enabled = true; __instance.quickMenuAnimator.SetBool("Open", show); QuickMenuHelper.Instance.enabled = show; QuickMenuHelper.Instance.UpdateWorldAnchors(show); @@ -152,7 +152,7 @@ internal class HarmonyPatches if (show != ____gameMenuOpen) { ____gameMenuOpen = show; - __instance.gameMenuView.enabled = show; + __instance.gameMenuView.enabled = true; __instance.uiMenuAnimator.SetBool("Open", show); MainMenuHelper.Instance.enabled = show; MainMenuHelper.Instance.UpdateWorldAnchors(show); diff --git a/MenuScalePatch/Properties/AssemblyInfo.cs b/MenuScalePatch/Properties/AssemblyInfo.cs index a3d3264..cf44392 100644 --- a/MenuScalePatch/Properties/AssemblyInfo.cs +++ b/MenuScalePatch/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace NAK.Melons.MenuScalePatch.Properties; internal static class AssemblyInfoParams { - public const string Version = "4.2.1"; + public const string Version = "4.2.2"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/MenuScalePatch/format.json b/MenuScalePatch/format.json index 7595e68..3f7ac68 100644 --- a/MenuScalePatch/format.json +++ b/MenuScalePatch/format.json @@ -1,7 +1,7 @@ { "_id": 95, "name": "MenuScalePatch", - "modversion": "4.2.1", + "modversion": "4.2.2", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/MenuScalePatch/releases/download/v4.2.1/MenuScalePatch.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/MenuScalePatch/releases/download/v4.2.2/MenuScalePatch.dll", "sourcelink": "https://github.com/NotAKidOnSteam/MenuScalePatch/", - "changelog": "- Added option for menus to be attached to you in Desktop and VR.\n- Added option to use independent head movement while in a menu.", + "changelog": "- Fixed hitching & potential crash when opening menu after a long time of it being closed.\n- Don't disable CohtmlView, only enable it.'", "embedcolor": "804221" } \ No newline at end of file