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 /modules/fbx/data/pivot_transform.h | |
| parent | 08a85352fbf03e392d9fe9ffa2db067d1fea8488 (diff) | |
| download | redot-engine-a3c29ed899b7d99d5ca6ed41d55e8a60a5c33343.tar.gz | |
Rename files and the exposed name for Transform3D
Diffstat (limited to 'modules/fbx/data/pivot_transform.h')
| -rw-r--r-- | modules/fbx/data/pivot_transform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fbx/data/pivot_transform.h b/modules/fbx/data/pivot_transform.h index c3b6accd5b..8ed8358b70 100644 --- a/modules/fbx/data/pivot_transform.h +++ b/modules/fbx/data/pivot_transform.h @@ -31,7 +31,7 @@ #ifndef PIVOT_TRANSFORM_H #define PIVOT_TRANSFORM_H -#include "core/math/transform.h" +#include "core/math/transform_3d.h" #include "core/object/reference.h" #include "model_abstraction.h" |
