This commit is contained in:
NotAKidoS 2023-02-12 05:12:23 -06:00
parent 7cc8dfc6e5
commit d15b446960
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ public class MenuScalePatch : MelonMod
internal static MelonLogger.Instance Logger; internal static MelonLogger.Instance Logger;
internal static MelonPreferences_Category m_categoryMenuScalePatch; internal static MelonPreferences_Category m_categoryMenuScalePatch;
internal static MelonPreferences_Entry<bool> internal static MelonPreferences_Entry<bool>
m_entryWorldAnchorVRQM, //m_entryWorldAnchorVRQM,
m_entryUseIndependentHeadTurn, m_entryUseIndependentHeadTurn,
m_entryPlayerAnchorMenus; m_entryPlayerAnchorMenus;
public override void OnInitializeMelon() public override void OnInitializeMelon()

View file

@ -18,6 +18,6 @@
], ],
"downloadlink": "https://github.com/NotAKidOnSteam/MenuScalePatch/releases/download/v4.2.2/MenuScalePatch.dll", "downloadlink": "https://github.com/NotAKidOnSteam/MenuScalePatch/releases/download/v4.2.2/MenuScalePatch.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/MenuScalePatch/", "sourcelink": "https://github.com/NotAKidOnSteam/MenuScalePatch/",
"changelog": "- Fixed hitching & potential crash when opening menu after a long time of it being closed.\n- Don't disable CohtmlView, only enable it.'", "changelog": "- Fixed hitching & potential crash when opening menu after a long time of it being closed. Don't disable CohtmlView, only enable it.",
"embedcolor": "804221" "embedcolor": "804221"
} }