diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-02-10 12:32:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 12:32:32 +0100 |
commit | b6e03d927eb94500284e0214f7045a9830f4813c (patch) | |
tree | 5026836827f912973eead7d41e5e63bfbe736964 /main/tests/test_math.cpp | |
parent | 6c57bdf6ff02c566efc0d3a8b84f5d0393a69894 (diff) | |
parent | 3f837d5cc52a4dd18df05efcf348bb99bb33a708 (diff) |
Merge pull request #25727 from aaronfranke/matrix3-basis
[Core] Rename Matrix3 file to Basis
Diffstat (limited to 'main/tests/test_math.cpp')
-rw-r--r-- | main/tests/test_math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |