summaryrefslogtreecommitdiffstats
path: root/core/variant.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/variant.h
parent6c57bdf6ff02c566efc0d3a8b84f5d0393a69894 (diff)
parent3f837d5cc52a4dd18df05efcf348bb99bb33a708 (diff)
downloadredot-engine-b6e03d927eb94500284e0214f7045a9830f4813c.tar.gz
Merge pull request #25727 from aaronfranke/matrix3-basis
[Core] Rename Matrix3 file to Basis
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h
index 0377c78ea8..6ddaf17406 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -41,8 +41,8 @@
#include "core/dvector.h"
#include "core/io/ip_address.h"
#include "core/math/aabb.h"
+#include "core/math/basis.h"
#include "core/math/face3.h"
-#include "core/math/matrix3.h"
#include "core/math/plane.h"
#include "core/math/quat.h"
#include "core/math/transform.h"