mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
4.3.5
This commit is contained in:
parent
25c0b7cffe
commit
94abe14f0c
8 changed files with 33 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue