Browse Source

Fixed vr on macos.

Mark Sibly 7 years ago
parent
commit
218ac6df21
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/mojo3d-vr/openvr/openvr-sdk/openvr.monkey2

+ 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