diff options
Diffstat (limited to 'scene/2d/joints_2d.h')
-rw-r--r-- | scene/2d/joints_2d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/2d/joints_2d.h b/scene/2d/joints_2d.h index 759e7de8a0..8f0f8066c3 100644 --- a/scene/2d/joints_2d.h +++ b/scene/2d/joints_2d.h @@ -49,6 +49,8 @@ class Joint2D : public Node2D { String warning; protected: + void _disconnect_signals(); + void _body_exit_tree(const ObjectID &p_body_id); void _update_joint(bool p_only_free = false); void _notification(int p_what); |