From 39f6ca96a3b07b3196e8bfb59743a57595ecfc5e Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Fri, 1 Oct 2021 12:00:32 -0700 Subject: Rename Joint2D and Joint3D files for consistency Now matches the class names to be consistent between 2D and 3D and with other node types. --- scene/2d/physical_bone_2d.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scene/2d/physical_bone_2d.cpp') diff --git a/scene/2d/physical_bone_2d.cpp b/scene/2d/physical_bone_2d.cpp index 48817679bc..c1b0bc35dd 100644 --- a/scene/2d/physical_bone_2d.cpp +++ b/scene/2d/physical_bone_2d.cpp @@ -30,6 +30,8 @@ #include "physical_bone_2d.h" +#include "scene/2d/joint_2d.h" + void PhysicalBone2D::_notification(int p_what) { switch (p_what) { case NOTIFICATION_INTERNAL_PHYSICS_PROCESS: { -- cgit v1.2.3