summaryrefslogtreecommitdiff
path: root/main/tests/test_math.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2019-02-09 00:24:02 -0500
committerAaron Franke <arnfranke@yahoo.com>2019-02-09 14:42:23 -0500
commit3f837d5cc52a4dd18df05efcf348bb99bb33a708 (patch)
treebf554ccf4b2f7c032967761835a59976c57bf915 /main/tests/test_math.cpp
parent33b64ec3fd065300250ed92abd9e560c3018e4ad (diff)
[Core] Rename Matrix3 file to Basis
The code already referred to "Basis", it's just the file name that was different for some reason.
Diffstat (limited to 'main/tests/test_math.cpp')
-rw-r--r--main/tests/test_math.cpp2
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"