rulegen:: fix_distances on connect_and_check

This commit is contained in:
Zeno Rogue 2021-11-01 17:18:16 +01:00
parent 78d33ec573
commit a7149f7054
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ void check_loops(twalker pw) {
if(steps == valence - 1) {
connect_and_check(pwb, pwf);
fix_distances(pwb.at);
}
}