You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Fix crash when undoing node creation of BlendTree editor
This commit is contained in:
@@ -103,7 +103,7 @@ void AnimationNodeBlendTreeEditor::_property_changed(const StringName &p_propert
|
|||||||
}
|
}
|
||||||
|
|
||||||
void AnimationNodeBlendTreeEditor::_update_graph() {
|
void AnimationNodeBlendTreeEditor::_update_graph() {
|
||||||
if (updating) {
|
if (updating || blend_tree.is_null()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user