diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-11-01 16:59:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 16:59:48 -0300 |
commit | 755249f7d9e67ff83d46747cf9804ee8b0b0b742 (patch) | |
tree | 9633bf46adfd748b495dcbac3bfe137b290c4e91 | |
parent | b573bf85474c0aace64d52266ae60fa26fbbf26d (diff) | |
parent | e343610b0e3dae66939efc72678759f7b66d6a35 (diff) |
Merge pull request #22311 from Xrayez/fix-22037
Fix blend tree editor updating invalid blend tree node graph
-rw-r--r-- | editor/plugins/animation_blend_tree_editor_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/animation_blend_tree_editor_plugin.cpp b/editor/plugins/animation_blend_tree_editor_plugin.cpp index 205458fb1d..b83976270f 100644 --- a/editor/plugins/animation_blend_tree_editor_plugin.cpp +++ b/editor/plugins/animation_blend_tree_editor_plugin.cpp @@ -833,8 +833,6 @@ void AnimationNodeBlendTreeEditor::edit(const Ref<AnimationNode> &p_node) { if (p_node.is_valid()) { blend_tree = p_node; - } else { - blend_tree.unref(); } if (blend_tree.is_null()) { |