summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_space_1d_editor.cpp
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-12-17 21:03:25 -0200
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-12-17 21:03:58 -0200
commitb86b497cec8f0b3fa348f8c9b7bcce7d20232292 (patch)
tree580fb7ff37423c103e8deffff6bd8cf9fcd6f1e9 /editor/plugins/animation_blend_space_1d_editor.cpp
parent0cff752be1f6c6a61ad72bcdf340c06d08277081 (diff)
downloadredot-engine-b86b497cec8f0b3fa348f8c9b7bcce7d20232292.tar.gz
General fixes for the AnimationTree editor
Diffstat (limited to 'editor/plugins/animation_blend_space_1d_editor.cpp')
-rw-r--r--editor/plugins/animation_blend_space_1d_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_space_1d_editor.cpp b/editor/plugins/animation_blend_space_1d_editor.cpp
index 586b7668ad..cb18832641 100644
--- a/editor/plugins/animation_blend_space_1d_editor.cpp
+++ b/editor/plugins/animation_blend_space_1d_editor.cpp
@@ -72,7 +72,7 @@ void AnimationNodeBlendSpace1DEditor::_blend_space_gui_input(const Ref<InputEven
ap->get_animation_list(&names);
for (List<StringName>::Element *E = names.front(); E; E = E->next()) {
- animations_menu->add_icon_item(get_icon("Animation", "Editoricons"), E->get());
+ animations_menu->add_icon_item(get_icon("Animation", "EditorIcons"), E->get());
animations_to_add.push_back(E->get());
}
}