summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--compat/LooseQuadtree-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/LooseQuadtree-impl.h b/compat/LooseQuadtree-impl.h
index 4d37bcd0..ff25f682 100644
--- a/compat/LooseQuadtree-impl.h
+++ b/compat/LooseQuadtree-impl.h
@@ -3,7 +3,7 @@
#include "LooseQuadtree.h"
#include "compat/assert.hpp"
#undef assert
-#define assert fm_assert
+#define assert(...) fm_debug_assert(__VA_ARGS__)
#include <array>
#include <cstddef>