diff --git a/scene/gui/graph_node.cpp b/scene/gui/graph_node.cpp index b6a96238dc84..01b54ddaa8f1 100644 --- a/scene/gui/graph_node.cpp +++ b/scene/gui/graph_node.cpp @@ -503,9 +503,7 @@ void GraphNode::_connpos_update() { } } - if (vofs > 0) { - vofs += sep; - } + vofs += sep; vofs += size.y; idx++; }