You've already forked godot
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user