mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
parent
4b399034aa
commit
8a1a067b91
2 changed files with 7 additions and 9 deletions
|
|
@ -159,9 +159,7 @@ void GraphNode::_resort() {
|
|||
fit_child_in_rect(c, r);
|
||||
cache_y.push_back(vofs + size.y * 0.5);
|
||||
|
||||
if (vofs > 0)
|
||||
vofs += sep;
|
||||
vofs += size.y;
|
||||
vofs += size.y + sep;
|
||||
}
|
||||
|
||||
update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue