浏览代码

Some VR cleanups.

Mark Sibly 7 年之前
父节点
当前提交
860c96eb97
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 1 2
      modules/mojo3d-vr/openvr/openvr-sdk/glue.h
  2. 2 2
      modules/mojo3d-vr/openvr/openvr-sdk/openvr.monkey2

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

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

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

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