diff options
Diffstat (limited to 'core/src/Utils')
-rw-r--r-- | core/src/Utils/Math.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/Utils/Math.hpp b/core/src/Utils/Math.hpp index 2d0c0cd..da53da2 100644 --- a/core/src/Utils/Math.hpp +++ b/core/src/Utils/Math.hpp @@ -8,4 +8,4 @@ constexpr T Abs(T t) return t < 0 ? -t : t; } -} // namespace Math +} // namespace MathUtils |