aboutsummaryrefslogtreecommitdiff
path: root/sokol_args.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2022-10-22 15:14:22 +0200
committerAndre Weissflog <floooh@gmail.com>2022-10-22 15:14:22 +0200
commit1eebe4c0d755d0c7f899be21007282321c4dc373 (patch)
treebd40da7c19cef44a0d13b6de5ff4c8d7d626587e /sokol_args.h
parente4b2aad7f27929b6ca58777c4f6884a23b1b0fbb (diff)
simplify logging preprocessor macros
Diffstat (limited to 'sokol_args.h')
-rw-r--r--sokol_args.h2
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