Merge pull request #56858 from timothyqiu/blend-tree-editor-crash

This commit is contained in:
Rémi Verschelde 2022-01-17 09:23:57 +01:00 committed by GitHub
commit 345b8e41cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}