Branimir Karadžić 9 years ago
parent
commit
3a35dbcf39
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/hmd_ovr.cpp

+ 2 - 0
src/hmd_ovr.cpp

@@ -17,6 +17,8 @@ namespace bgfx
 
 #if BGFX_CONFIG_DEBUG
 #	define OVR_CHECK(_call) _OVR_CHECK(_call)
+#else
+#	define OVR_CHECK(_call) _call
 #endif // BGFX_CONFIG_DEBUG
 
 	OVR::OVR()