1
0
Fork 0
This commit is contained in:
Flynsarmy 2025-02-28 01:36:01 +01:00 committed by GitHub
commit 4187abe0ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1642,6 +1642,8 @@ void AnimationNodeStateMachineEditor::_name_edited(const String &p_text) {
name_edit_popup->hide();
updating = false;
selected_nodes.clear();
connected_nodes.clear();
state_machine_draw->queue_redraw();
}
@ -1701,6 +1703,7 @@ void AnimationNodeStateMachineEditor::_erase_selected(const bool p_nested_action
updating = false;
}
connected_nodes.clear();
selected_nodes.clear();
}