From b449d5228c3c9b3f60e427f7427eb35c1509ca2f Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Mon, 2 Apr 2018 00:14:15 -0600 Subject: Fixed case issue --- bindings/cs/Demo/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings') diff --git a/bindings/cs/Demo/Program.cs b/bindings/cs/Demo/Program.cs index 53c2307..c838a4e 100644 --- a/bindings/cs/Demo/Program.cs +++ b/bindings/cs/Demo/Program.cs @@ -12,8 +12,8 @@ namespace Demo { static void Main(string[] args) { - LibSurViveAPI api = LibSurViveAPI.instance; - + LibSurViveAPI api = LibSurViveAPI.Instance; + var so = api.GetSurviveObjectByName("HMD"); } -- cgit v1.2.3