This commit is contained in:
Branimir Karadžić 2016-04-09 18:31:36 -07:00
parent ae19facc71
commit 3a35dbcf39
1 changed files with 2 additions and 0 deletions

View File

@ -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()