We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7271709 + 8584737 commit 1796302Copy full SHA for 1796302
editor/plugins/animation_blend_space_2d_editor.cpp
@@ -119,10 +119,11 @@ void AnimationNodeBlendSpace2DEditor::_blend_space_gui_input(const Ref<InputEven
119
menu->clear(false);
120
animations_menu->clear();
121
animations_to_add.clear();
122
+
123
LocalVector<StringName> classes;
124
+ ClassDB::get_inheriters_from_class("AnimationRootNode", classes);
125
classes.sort_custom<StringName::AlphCompare>();
126
- ClassDB::get_inheriters_from_class("AnimationRootNode", classes);
127
menu->add_submenu_node_item(TTR("Add Animation"), animations_menu);
128
129
List<StringName> names;
0 commit comments