mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Update Main.cs
This commit is contained in:
parent
2ada1263cc
commit
218839abf1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class MenuScalePatch : MelonMod
|
|||
{
|
||||
[HarmonyPostfix]
|
||||
[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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue