From 3f837d5cc52a4dd18df05efcf348bb99bb33a708 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 9 Feb 2019 00:24:02 -0500 Subject: [Core] Rename Matrix3 file to Basis The code already referred to "Basis", it's just the file name that was different for some reason. --- main/tests/test_math.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/tests/test_math.cpp') diff --git a/main/tests/test_math.cpp b/main/tests/test_math.cpp index a082abcaba..f341159079 100644 --- a/main/tests/test_math.cpp +++ b/main/tests/test_math.cpp @@ -30,9 +30,9 @@ #include "test_math.h" +#include "core/math/basis.h" #include "core/math/camera_matrix.h" #include "core/math/math_funcs.h" -#include "core/math/matrix3.h" #include "core/math/transform.h" #include "core/os/file_access.h" #include "core/os/keyboard.h" -- cgit v1.2.3