You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #22311 from Xrayez/fix-22037
Fix blend tree editor updating invalid blend tree node graph
This commit is contained in:
@@ -833,8 +833,6 @@ void AnimationNodeBlendTreeEditor::edit(const Ref<AnimationNode> &p_node) {
|
|||||||
|
|
||||||
if (p_node.is_valid()) {
|
if (p_node.is_valid()) {
|
||||||
blend_tree = p_node;
|
blend_tree = p_node;
|
||||||
} else {
|
|
||||||
blend_tree.unref();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (blend_tree.is_null()) {
|
if (blend_tree.is_null()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user