Merge pull request #56858 from timothyqiu/blend-tree-editor-crash
This commit is contained in:
commit
345b8e41cf
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void AnimationNodeBlendTreeEditor::_property_changed(const StringName &p_propert
|
|||
}
|
||||
|
||||
void AnimationNodeBlendTreeEditor::_update_graph() {
|
||||
if (updating) {
|
||||
if (updating || blend_tree.is_null()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue