mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
rulegen:: fix_distances in numerical_fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user