mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Remove debug code.
This commit is contained in:
parent
3a7090684a
commit
e369e75806
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ extern void dbgPrintf(const char* _format, ...);
|
|||
extern void dbgPrintfData(const void* _data, uint32_t _size, const char* _format, ...);
|
||||
|
||||
#ifndef BGFX_CONFIG_DEBUG
|
||||
# define BGFX_CONFIG_DEBUG 1
|
||||
# define BGFX_CONFIG_DEBUG 0
|
||||
#endif // BGFX_CONFIG_DEBUG
|
||||
|
||||
#if BGFX_CONFIG_DEBUG
|
||||
|
|
Loading…
Reference in a new issue