mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
Rename Control margin to offset
This commit is contained in:
parent
30d469a5e0
commit
4b8b803931
106 changed files with 1278 additions and 1278 deletions
|
|
@ -127,7 +127,7 @@ void AnimationNodeBlendTreeEditor::_update_graph() {
|
|||
|
||||
Ref<AnimationNode> agnode = blend_tree->get_node(E->get());
|
||||
|
||||
node->set_offset(blend_tree->get_node_position(E->get()) * EDSCALE);
|
||||
node->set_position_offset(blend_tree->get_node_position(E->get()) * EDSCALE);
|
||||
|
||||
node->set_title(agnode->get_caption());
|
||||
node->set_name(E->get());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue