2
0
Эх сурвалжийг харах

Fix AnimationPlayer pin behavior

azuloo 1 жил өмнө
parent
commit
5c6ca5fc09

+ 2 - 0
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);
 	}
 }