mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
ae19facc71
commit
3a35dbcf39
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue