aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/animation_blend_tree_editor_plugin.cpp
diff options
context:
space:
mode:
authorThomas Herzog2018-06-22 15:17:54 +0200
committerThomas Herzog2018-06-25 21:36:10 +0200
commit1ff7aa4c9b046a39fd454a50062476455974e7a8 (patch)
treeae420c81db34402aec1dd15ccfaa2e575539fee2 /editor/plugins/animation_blend_tree_editor_plugin.cpp
parent4f5a7ebaecfcf00cf1e5c4af4b20034f0dcecd29 (diff)
downloadgodot-1ff7aa4c9b046a39fd454a50062476455974e7a8.tar.gz
godot-1ff7aa4c9b046a39fd454a50062476455974e7a8.tar.zst
godot-1ff7aa4c9b046a39fd454a50062476455974e7a8.zip
Diffstat (limited to 'editor/plugins/animation_blend_tree_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_blend_tree_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_tree_editor_plugin.cpp b/editor/plugins/animation_blend_tree_editor_plugin.cpp
index fcd6a18c3..0dda65fcf 100644
--- a/editor/plugins/animation_blend_tree_editor_plugin.cpp
+++ b/editor/plugins/animation_blend_tree_editor_plugin.cpp
@@ -774,7 +774,7 @@ AnimationNodeBlendTreeEditor::AnimationNodeBlendTreeEditor() {
add_options.push_back(AddOption("TimeScale", "AnimationNodeTimeScale"));
add_options.push_back(AddOption("Transition", "AnimationNodeTransition"));
add_options.push_back(AddOption("BlendTree", "AnimationNodeBlendTree"));
- add_options.push_back(AddOption("BlendSpace", "AnimationNodeBlendSpace"));
+ add_options.push_back(AddOption("BlendSpace2D", "AnimationNodeBlendSpace2D"));
add_options.push_back(AddOption("StateMachine", "AnimationNodeStateMachine"));
_update_options_menu();