mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 11:03:13 -05:00
Merge pull request #37218 from lrgilbert/graphnode-port-separation
Fixed GraphNode port separation.
This commit is contained in:
commit
a6f1714612
1 changed files with 1 additions and 3 deletions
|
@ -503,9 +503,7 @@ void GraphNode::_connpos_update() {
|
|||
}
|
||||
}
|
||||
|
||||
if (vofs > 0) {
|
||||
vofs += sep;
|
||||
}
|
||||
vofs += sep;
|
||||
vofs += size.y;
|
||||
idx++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue