From 3a35dbcf39fcef2c00664dc5b51203f9b51e0741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 9 Apr 2016 18:31:36 -0700 Subject: [PATCH] Cleanup. --- src/hmd_ovr.cpp | 2 ++ 1 file changed, 2 insertions(+) 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()