summaryrefslogtreecommitdiffhomepage
path: root/entity
diff options
context:
space:
mode:
Diffstat (limited to 'entity')
-rw-r--r--entity/erased-constraints.hpp2
1 files changed, 1 insertions, 1 deletions
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)
{