From 43cd2bd879d529fcbd0a0f64eccd4ce1eb872ab4 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 21 Jun 2021 18:30:38 -0700 Subject: Implement array group conversion logic --- core/src/Utils/Math.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/Utils') 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 -- cgit v1.2.3-70-g09d2