1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

AnimationTrackEditor Fix signal connection on root exiting the tree

This commit is contained in:
kleonc
2021-10-03 14:49:18 +02:00
parent a88e82078d
commit 2ede2bac0b
2 changed files with 2 additions and 2 deletions

View File

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