Fixed debug define

This commit is contained in:
saschawillems 2017-09-20 21:03:13 +02:00
parent f504d7cb0c
commit 685d2849da

View file

@ -37,8 +37,7 @@
android_app* androidapp; android_app* androidapp;
#endif #endif
//#define DEBUG (!NDEBUG) #define DEBUG (!NDEBUG)
#define DEBUG true
#define BUFFER_ELEMENTS 32 #define BUFFER_ELEMENTS 32