some checks for node removed, may fix #20863

This commit is contained in:
Juan Linietsky 2018-08-24 08:28:53 -03:00
parent f123694b4e
commit 0161e95f01
3 changed files with 12 additions and 0 deletions

View file

@ -61,6 +61,7 @@ class SkeletonEditor : public Node {
friend class SkeletonEditorPlugin;
protected:
void _notification(int p_what);
void _node_removed(Node *p_node);
static void _bind_methods();