You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fixed separation of ports on GraphNode
Fixes #32474.
(cherry picked from commit 47c929c972)
This commit is contained in:
committed by
Rémi Verschelde
parent
6206f4439d
commit
c0db0749f7
@@ -504,8 +504,7 @@ void GraphNode::_connpos_update() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vofs > 0)
|
vofs += sep;
|
||||||
vofs += sep;
|
|
||||||
vofs += size.y;
|
vofs += size.y;
|
||||||
idx++;
|
idx++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user