diff options
| author | Thomas Herzog | 2018-06-22 17:13:43 +0200 |
|---|---|---|
| committer | Thomas Herzog | 2018-06-25 21:36:53 +0200 |
| commit | 84252f2ec48380840284b097f6bbfedf86040e44 (patch) | |
| tree | 456f39e5ccf0262092f8c11fd1b11aa8686745b2 /editor/plugins/animation_blend_tree_editor_plugin.cpp | |
| parent | 1ff7aa4c9b046a39fd454a50062476455974e7a8 (diff) | |
| download | godot-84252f2ec48380840284b097f6bbfedf86040e44.tar.gz godot-84252f2ec48380840284b097f6bbfedf86040e44.tar.zst godot-84252f2ec48380840284b097f6bbfedf86040e44.zip | |
Diffstat (limited to 'editor/plugins/animation_blend_tree_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/animation_blend_tree_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/animation_blend_tree_editor_plugin.cpp b/editor/plugins/animation_blend_tree_editor_plugin.cpp index 0dda65fcf..32fc617a3 100644 --- a/editor/plugins/animation_blend_tree_editor_plugin.cpp +++ b/editor/plugins/animation_blend_tree_editor_plugin.cpp @@ -774,6 +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("BlendSpace1D", "AnimationNodeBlendSpace1D")); add_options.push_back(AddOption("BlendSpace2D", "AnimationNodeBlendSpace2D")); add_options.push_back(AddOption("StateMachine", "AnimationNodeStateMachine")); _update_options_menu(); |
