This commit is contained in:
NotAKidoS 2023-02-18 23:02:26 -06:00
parent 25c0b7cffe
commit 94abe14f0c
8 changed files with 33 additions and 8 deletions

View file

@ -8,7 +8,7 @@ namespace NAK.Melons.DesktopVRSwitch;
public class DesktopVRSwitch : MonoBehaviour
{
//Settings
//Debug Setting
public bool _reloadLocalAvatar = true;
//Internal Stuff
@ -120,6 +120,7 @@ public class DesktopVRSwitch : MonoBehaviour
TryCatchHell.ResetCVRInputManager();
TryCatchHell.UpdateRichPresence();
TryCatchHell.UpdateGestureReconizerCam();
TryCatchHell.UpdateMenuCoreData(isVR);
//let tracked objects know we switched
VRModeSwitchTracker.PostVRModeSwitch(isVR);