Merge pull request #53356 from kleonc/animation-track-editor-root-removed-connection-fix

This commit is contained in:
Rémi Verschelde 2022-05-09 15:47:21 +02:00 committed by GitHub
commit 6f130768c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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