From 3f837d5cc52a4dd18df05efcf348bb99bb33a708 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 9 Feb 2019 00:24:02 -0500 Subject: [Core] Rename Matrix3 file to Basis The code already referred to "Basis", it's just the file name that was different for some reason. --- core/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/variant.h') 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" -- cgit v1.2.3