summaryrefslogtreecommitdiff
path: root/core/math/vector3.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-02-10 12:32:32 +0100
committerGitHub <noreply@github.com>2019-02-10 12:32:32 +0100
commitb6e03d927eb94500284e0214f7045a9830f4813c (patch)
tree5026836827f912973eead7d41e5e63bfbe736964 /core/math/vector3.h
parent6c57bdf6ff02c566efc0d3a8b84f5d0393a69894 (diff)
parent3f837d5cc52a4dd18df05efcf348bb99bb33a708 (diff)
Merge pull request #25727 from aaronfranke/matrix3-basis
[Core] Rename Matrix3 file to Basis
Diffstat (limited to 'core/math/vector3.h')
-rw-r--r--core/math/vector3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/vector3.h b/core/math/vector3.h
index b0eef35635..8d6e093c4c 100644
--- a/core/math/vector3.h
+++ b/core/math/vector3.h
@@ -151,7 +151,7 @@ struct Vector3 {
};
// Should be included after class definition, otherwise we get circular refs
-#include "core/math/matrix3.h"
+#include "core/math/basis.h"
Vector3 Vector3::cross(const Vector3 &p_b) const {