[DesktopVRSwitch] Dumb fixes

This commit is contained in:
NotAKidoS 2023-08-02 17:18:35 -05:00
parent be82bf228c
commit dcc23233c7
2 changed files with 20 additions and 19 deletions

View file

@ -1,4 +1,5 @@
using ABI_RC.Core.InteractionSystem;
using UnityEngine;
namespace NAK.DesktopVRSwitch.VRModeTrackers;
@ -28,5 +29,7 @@ public class CVR_MenuManagerTracker : VRModeTracker
DesktopVRSwitch.Logger.Msg("Updating CVR_Menu_Data core data.");
CVR_MenuManager.Instance.coreData.core.inVr = intoVR;
CVR_MenuManager.Instance.quickMenu.transform.localPosition = Vector3.zero;
CVR_MenuManager.Instance.quickMenu.transform.localRotation = Quaternion.identity;
}
}