v2019.08.19

This commit is contained in:
pypy
2019-08-19 23:21:08 +09:00
parent d725c8f1e3
commit 26b371fd0f
19 changed files with 768 additions and 515 deletions
+2 -2
View File
@@ -69,12 +69,12 @@ namespace VRCX
public void StartVR()
{
VRCXVR.Start();
VRCXVR.SetActive(true);
}
public void StopVR()
{
VRCXVR.Stop();
VRCXVR.SetActive(false);
}
public void RefreshVR()