diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-10-22 15:14:22 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-10-22 15:14:22 +0200 |
| commit | 1eebe4c0d755d0c7f899be21007282321c4dc373 (patch) | |
| tree | bd40da7c19cef44a0d13b6de5ff4c8d7d626587e /util/sokol_fontstash.h | |
| parent | e4b2aad7f27929b6ca58777c4f6884a23b1b0fbb (diff) | |
simplify logging preprocessor macros
Diffstat (limited to 'util/sokol_fontstash.h')
| -rw-r--r-- | util/sokol_fontstash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_fontstash.h b/util/sokol_fontstash.h index 16d288ab..049d5e11 100644 --- a/util/sokol_fontstash.h +++ b/util/sokol_fontstash.h @@ -265,7 +265,7 @@ SOKOL_FONTSTASH_API_DECL uint32_t sfons_rgba(uint8_t r, uint8_t g, uint8_t b, ui #endif #ifndef SOKOL_DEBUG #ifndef NDEBUG - #define SOKOL_DEBUG (1) + #define SOKOL_DEBUG #endif #endif #ifndef SOKOL_ASSERT |