mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
Fix submenus deleted accidentally
This commit is contained in:
parent
36945dad07
commit
e30e84d77a
5 changed files with 6 additions and 6 deletions
|
|
@ -557,7 +557,7 @@ void AnimationNodeStateMachineEditor::_open_menu(const Vector2 &p_position) {
|
|||
return;
|
||||
}
|
||||
|
||||
menu->clear();
|
||||
menu->clear(false);
|
||||
animations_menu->clear();
|
||||
animations_to_add.clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue