Enable paranoid asserts
This commit is contained in:
parent
eba472e9b4
commit
5d4b91963c
|
@ -3,3 +3,5 @@
|
|||
#include "log.h"
|
||||
|
||||
#define IM_ASSERT_USER_ERROR(expr,msg) do { if (!(expr)) { log(msg); } } while (0);
|
||||
|
||||
#define IMGUI_DEBUG_PARANOID
|
||||
|
|
Loading…
Reference in New Issue