Browse Source

Define non-recursive assert also for non-debug builds

Michael Ragazzon 6 years ago
parent
commit
a189c251a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Include/Rocket/Core/Debug.h

+ 1 - 0
Include/Rocket/Core/Debug.h

@@ -58,6 +58,7 @@
 #define ROCKET_ERROR
 #define ROCKET_ERRORMSG(m)
 #define ROCKET_VERIFY(x) x
+#define ROCKET_ASSERT_NONRECURSIVE
 #else
 namespace Rocket {
 namespace Core {