Update Main.cs

This commit is contained in:
NotAKidoS 2022-11-22 17:27:04 -06:00
parent 2ada1263cc
commit 218839abf1

View file

@ -15,7 +15,7 @@ public class MenuScalePatch : MelonMod
{ {
[HarmonyPostfix] [HarmonyPostfix]
[HarmonyPatch(typeof(CVR_MenuManager), "SetScale")] [HarmonyPatch(typeof(CVR_MenuManager), "SetScale")]
private static void SetQMScale(ref CohtmlView ___quickMenu, ref float ____scaleFactor, float avatarHeight) private static void SetQMScale(ref CohtmlView ___quickMenu, ref float ____scaleFactor)
{ {
if (!MetaPort.Instance.isUsingVr) if (!MetaPort.Instance.isUsingVr)
{ {