Browse Source

Some VR cleanups.

Mark Sibly 7 năm trước cách đây
mục cha
commit
860c96eb97

+ 1 - 2
modules/mojo3d-vr/openvr/openvr-sdk/glue.h

@@ -1,5 +1,5 @@
 
-#if 0 //_MSC_VER
+#if _MSC_VER
 
 #include <openvr.h>
 
@@ -19,5 +19,4 @@
 
 #endif
 
-
 using namespace vr;

+ 2 - 2
modules/mojo3d-vr/openvr/openvr-sdk/openvr.monkey2

@@ -15,11 +15,11 @@ Namespace openvr
 
 #Elseif __TARGET__="macos"
 
-'#Import "bin/osx64/OpenVR.framework"
+#Import "bin/osx64/OpenVR.framework"
 
 #Elseif __TARGET__="linux"
 
-'#Import "bin/liux64/libopenvr_api.so"
+#Import "bin/liux64/libopenvr_api.so"
 
 #Endif