diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-01 22:47:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-01 22:47:27 +0200 |
| commit | 43e571427e121e8d8a073665026ea2324ca6f410 (patch) | |
| tree | 0cc38a871be0e0faef1c4392e2ddb52e967d7685 /editor/plugins/skeleton_3d_editor_plugin.cpp | |
| parent | 01cb4d92f3b28617cb224e18e4bb304e505247b1 (diff) | |
| parent | 39f6ca96a3b07b3196e8bfb59743a57595ecfc5e (diff) | |
| download | redot-engine-43e571427e121e8d8a073665026ea2324ca6f410.tar.gz | |
Merge pull request #53317 from nekomatata/joint-files-rename
Diffstat (limited to 'editor/plugins/skeleton_3d_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/skeleton_3d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/skeleton_3d_editor_plugin.cpp b/editor/plugins/skeleton_3d_editor_plugin.cpp index 309821b3dc..4e3ab5380b 100644 --- a/editor/plugins/skeleton_3d_editor_plugin.cpp +++ b/editor/plugins/skeleton_3d_editor_plugin.cpp @@ -37,9 +37,9 @@ #include "editor/plugins/animation_player_editor_plugin.h" #include "node_3d_editor_plugin.h" #include "scene/3d/collision_shape_3d.h" +#include "scene/3d/joint_3d.h" #include "scene/3d/mesh_instance_3d.h" #include "scene/3d/physics_body_3d.h" -#include "scene/3d/physics_joint_3d.h" #include "scene/resources/capsule_shape_3d.h" #include "scene/resources/sphere_shape_3d.h" |
