From ed668849a1ca838792365e6b2d122e916d0eaf51 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 20 Nov 2022 05:30:18 +0100 Subject: fix build --- entity/erased-constraints.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/erased-constraints.hpp b/entity/erased-constraints.hpp index 2d4b47ae..7daec237 100644 --- a/entity/erased-constraints.hpp +++ b/entity/erased-constraints.hpp @@ -55,7 +55,7 @@ constexpr bool operator==(const range& a, const range& b) if (a.type != b.type) return false; - static constexpr float eps = 1e-6f; + constexpr float eps = 1e-6f; switch (a.type) { -- cgit v1.2.3