mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
AnimationTrackEditor Fix signal connection on root exiting the tree
(cherry picked from commit 2ede2bac0b)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user