mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
viewpoint correction
This commit is contained in:
parent
e54a20ee42
commit
84cf4c0875
2 changed files with 5 additions and 3 deletions
|
@ -36,6 +36,7 @@ public class MenuScalePatch : MelonMod
|
|||
___needsQuickmenuPositionUpdate = false;
|
||||
return;
|
||||
}
|
||||
PlayerSetup.Instance.HandleDesktopCameraPosition(true);
|
||||
SetMenuPosition(___quickMenu.transform, ____scaleFactor);
|
||||
___needsQuickmenuPositionUpdate = false;
|
||||
}
|
||||
|
@ -64,6 +65,7 @@ public class MenuScalePatch : MelonMod
|
|||
{
|
||||
if (!__state) return;
|
||||
|
||||
PlayerSetup.Instance.HandleDesktopCameraPosition(true);
|
||||
SetMenuPosition(__instance.transform, ___scaleFactor);
|
||||
___needsMenuPositionUpdate = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue