Merge pull request #53356 from kleonc/animation-track-editor-root-removed-connection-fix
This commit is contained in:
commit
6f130768c7
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue