AnimationTrackEditor Fix signal connection on root exiting the tree

(cherry picked from commit 2ede2bac0b)
This commit is contained in:
kleonc
2021-10-03 14:49:18 +02:00
committed by Rémi Verschelde
parent 5fa7ed7686
commit 06b7f218c6
2 changed files with 2 additions and 2 deletions

View File

@@ -3228,7 +3228,7 @@ Ref<Animation> AnimationTrackEditor::get_current_animation() const {
return animation;
}
void AnimationTrackEditor::_root_removed(Node *p_root) {
void AnimationTrackEditor::_root_removed() {
root = nullptr;
}