mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
rulegen:: fix_distances in numerical_fix
This commit is contained in:
parent
54b37284eb
commit
f3d7601c88
@ -233,6 +233,7 @@ void numerical_fix(twalker pw) {
|
|||||||
|
|
||||||
if(steps == valence - 1) {
|
if(steps == valence - 1) {
|
||||||
pwb.at->c.connect(pwb.spin, pwf.at, pwf.spin, false);
|
pwb.at->c.connect(pwb.spin, pwf.at, pwf.spin, false);
|
||||||
|
fix_distances(pwb.at);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user