This commit is contained in:
Matthias Koefferlein 2025-04-19 23:59:45 +02:00
parent fcd42bd0f1
commit e9c2320f5d
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ RNetwork::join_nodes (RNode *a, RNode *b)
}
}
a->location += b->location;
remove_node (b);
}