1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-29 19:40:35 +00:00

rulegen:: fix_distances in numerical_fix

This commit is contained in:
Zeno Rogue 2021-11-03 09:42:21 +01:00
parent 54b37284eb
commit f3d7601c88

View File

@ -233,6 +233,7 @@ void numerical_fix(twalker pw) {
if(steps == valence - 1) {
pwb.at->c.connect(pwb.spin, pwf.at, pwf.spin, false);
fix_distances(pwb.at);
}
}