This commit is contained in:
Matthias Koefferlein 2024-03-14 23:27:06 +01:00
parent befbde0f43
commit 92f887c319
1 changed files with 1 additions and 0 deletions

View File

@ -1225,6 +1225,7 @@ struct cluster_building_receiver
m_clusters.push_back (cluster_value ());
typename std::list<cluster_value>::iterator cg = --m_clusters.end ();
cg->second.insert (g->first);
m_global_to_clusters.insert (std::make_pair (g->first, cg));
register_soft_connection (ic->second, cg, g->second);