[DesktopVRSwitch] Updated to 2023r172

This commit is contained in:
NotAKidoS 2023-09-11 23:55:42 -05:00
parent d08abad37b
commit 9f01f8e6a7

View file

@ -24,5 +24,7 @@ public class CohtmlHudTracker : VRModeTracker
// This handles rotation and position
CVRTools.ConfigureHudAffinity();
CohtmlHud.Instance.gameObject.transform.localScale = new Vector3(1.2f, 1f, 1.2f);
CohtmlHud.Instance.markMenuAsReady();
}
}