mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
cleanup code
This commit is contained in:
@@ -156,22 +156,22 @@ namespace VRCX
|
||||
|
||||
public void StartVR()
|
||||
{
|
||||
VRCXVR.SetActive(true);
|
||||
VRCXVR.Instance.SetActive(true);
|
||||
}
|
||||
|
||||
public void StopVR()
|
||||
{
|
||||
VRCXVR.SetActive(false);
|
||||
VRCXVR.Instance.SetActive(false);
|
||||
}
|
||||
|
||||
public void RefreshVR()
|
||||
{
|
||||
VRCXVR.Refresh();
|
||||
VRCXVR.Instance.Refresh();
|
||||
}
|
||||
|
||||
public string[][] GetVRDevices()
|
||||
{
|
||||
return VRCXVR.GetDevices();
|
||||
return VRCXVR.Instance.GetDevices();
|
||||
}
|
||||
|
||||
public float CpuUsage()
|
||||
|
||||
Reference in New Issue
Block a user