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 /sokol_args.h | |
| parent | e4b2aad7f27929b6ca58777c4f6884a23b1b0fbb (diff) | |
simplify logging preprocessor macros
Diffstat (limited to 'sokol_args.h')
| -rw-r--r-- | sokol_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_args.h b/sokol_args.h index e6bfc983..4d37907c 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -373,7 +373,7 @@ inline void sargs_setup(const sargs_desc& desc) { return sargs_setup(&desc); } #endif #ifndef SOKOL_DEBUG #ifndef NDEBUG - #define SOKOL_DEBUG (1) + #define SOKOL_DEBUG #endif #endif #ifndef SOKOL_ASSERT |