From f2938b8b1bf475a61c4374c874a0f4ed3e40531c Mon Sep 17 00:00:00 2001 From: Eusth Date: Thu, 29 Dec 2016 10:15:44 +0100 Subject: [PATCH] Update VRGIN and remove debug command. --- HoneySelectVR/HoneySelectVR.cs | 15 +++++++-------- VRGIN | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/HoneySelectVR/HoneySelectVR.cs b/HoneySelectVR/HoneySelectVR.cs index 45beb73..07862c9 100644 --- a/HoneySelectVR/HoneySelectVR.cs +++ b/HoneySelectVR/HoneySelectVR.cs @@ -58,7 +58,6 @@ public void OnApplicationStart() } VRManager.Create(context); VR.Manager.SetMode(); - } @@ -92,13 +91,13 @@ public void OnUpdate() { // Stub - for (int i = 0; i < 10; i++) - { - if (Input.GetKeyDown(KeyCode.Keypad0 + i)) - { - SceneManager.LoadScene(i); - } - } + //for (int i = 0; i < 10; i++) + //{ + // if (Input.GetKeyDown(KeyCode.Keypad0 + i)) + // { + // SceneManager.LoadScene(i); + // } + //} } } } diff --git a/VRGIN b/VRGIN index a8e1045..d39f5f2 160000 --- a/VRGIN +++ b/VRGIN @@ -1 +1 @@ -Subproject commit a8e104509097b133660999d40e2587f532352088 +Subproject commit d39f5f2497331b3c02e1a91f4c249597e583a4d5