diff --git a/src/hmd_ovr.cpp b/src/hmd_ovr.cpp index 2b75d41e9..7d3109dbd 100644 --- a/src/hmd_ovr.cpp +++ b/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()