diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-02-10 12:32:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 12:32:32 +0100 |
commit | b6e03d927eb94500284e0214f7045a9830f4813c (patch) | |
tree | 5026836827f912973eead7d41e5e63bfbe736964 /core/math/quat.cpp | |
parent | 6c57bdf6ff02c566efc0d3a8b84f5d0393a69894 (diff) | |
parent | 3f837d5cc52a4dd18df05efcf348bb99bb33a708 (diff) |
Merge pull request #25727 from aaronfranke/matrix3-basis
[Core] Rename Matrix3 file to Basis
Diffstat (limited to 'core/math/quat.cpp')
-rw-r--r-- | core/math/quat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/quat.cpp b/core/math/quat.cpp index c1e45f36f0..6833d5de55 100644 --- a/core/math/quat.cpp +++ b/core/math/quat.cpp @@ -30,7 +30,7 @@ #include "quat.h" -#include "core/math/matrix3.h" +#include "core/math/basis.h" #include "core/print_string.h" // set_euler_xyz expects a vector containing the Euler angles in the format |