Merge pull request #89732 from azuloo/animation-player-pin-fix
Fix AnimationPlayer pin behavior
This commit is contained in:
commit
391eaf2a7a
|
@ -73,6 +73,8 @@ void AnimationPlayerEditor::_node_removed(Node *p_node) {
|
|||
_update_player();
|
||||
|
||||
_ensure_dummy_player();
|
||||
|
||||
pin->set_pressed(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue