From d73d869bc195bf8dbb7525ce12acf2c2fde56084 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 6 Dec 2022 01:28:41 +0100 Subject: compat/lqt: use debug assert, not the regular one --- compat/LooseQuadtree-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -- cgit v1.2.3