diff --git a/scene/gui/graph_node.cpp b/scene/gui/graph_node.cpp index 7b1bfdfdb5a..40e3de25ce5 100644 --- a/scene/gui/graph_node.cpp +++ b/scene/gui/graph_node.cpp @@ -504,8 +504,7 @@ void GraphNode::_connpos_update() { } } - if (vofs > 0) - vofs += sep; + vofs += sep; vofs += size.y; idx++; }