summaryrefslogtreecommitdiffstats
path: root/core/variant.h
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 /core/variant.h
parent33b64ec3fd065300250ed92abd9e560c3018e4ad (diff)
downloadredot-engine-3f837d5cc52a4dd18df05efcf348bb99bb33a708.tar.gz
[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 '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"