mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #24546 from guilhermefelipecgs/fix_blend_tree
Fix blend tree generating wrong node names
This commit is contained in:
commit
10e9221c49
@ -134,6 +134,7 @@ void AnimationNodeBlendTreeEditor::_update_graph() {
|
||||
node->set_offset(blend_tree->get_node_position(E->get()) * EDSCALE);
|
||||
|
||||
node->set_title(agnode->get_caption());
|
||||
node->set_human_readable_collision_renaming(false);
|
||||
node->set_name(E->get());
|
||||
|
||||
int base = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user