Fix AnimationPlayer pin behavior

This commit is contained in:
azuloo 2024-03-21 08:42:33 +02:00
parent fe01776f05
commit 5c6ca5fc09

View File

@ -73,6 +73,8 @@ void AnimationPlayerEditor::_node_removed(Node *p_node) {
_update_player();
_ensure_dummy_player();
pin->set_pressed(false);
}
}