mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
organizational changes
This commit is contained in:
parent
3d74277e5c
commit
483e103a97
3 changed files with 10 additions and 9 deletions
|
@ -33,7 +33,8 @@ public class MainMenuHelper : MonoBehaviour
|
|||
MSP_MenuInfo.HandleIndependentLookInput();
|
||||
if (MSP_MenuInfo.PlayerAnchorMenus)
|
||||
UpdateMenuPosition();
|
||||
if (NeedsPositionUpdate) UpdateMenuPosition();
|
||||
if (NeedsPositionUpdate)
|
||||
UpdateMenuPosition();
|
||||
}
|
||||
|
||||
public void CreateWorldAnchors()
|
||||
|
|
|
@ -31,7 +31,8 @@ public class QuickMenuHelper : MonoBehaviour
|
|||
MSP_MenuInfo.HandleIndependentLookInput();
|
||||
if (MSP_MenuInfo.PlayerAnchorMenus || MetaPort.Instance.isUsingVr)
|
||||
UpdateMenuPosition();
|
||||
if (NeedsPositionUpdate) UpdateMenuPosition();
|
||||
if (NeedsPositionUpdate)
|
||||
UpdateMenuPosition();
|
||||
}
|
||||
|
||||
public void CreateWorldAnchors()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue