diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-02-26 23:26:56 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-06-03 07:30:01 -0400 |
commit | a3c29ed899b7d99d5ca6ed41d55e8a60a5c33343 (patch) | |
tree | 1d17784f285ce580e55a964f392aea88807897eb /core/variant | |
parent | 08a85352fbf03e392d9fe9ffa2db067d1fea8488 (diff) |
Rename files and the exposed name for Transform3D
Diffstat (limited to 'core/variant')
-rw-r--r-- | core/variant/variant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant/variant.h b/core/variant/variant.h index 2b41ab5402..4945e967eb 100644 --- a/core/variant/variant.h +++ b/core/variant/variant.h @@ -38,8 +38,8 @@ #include "core/math/face3.h" #include "core/math/plane.h" #include "core/math/quat.h" -#include "core/math/transform.h" #include "core/math/transform_2d.h" +#include "core/math/transform_3d.h" #include "core/math/vector3.h" #include "core/math/vector3i.h" #include "core/object/object_id.h" |