diff options
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index c03dc7efde..a1ff7fc0bf 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -73,6 +73,8 @@ void AnimationPlayerEditor::_node_removed(Node *p_node) { _update_player(); _ensure_dummy_player(); + + pin->set_pressed(false); } } |