From 044298d0bda301d810a3d117383b0e7fb6f36dbc Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 5 May 2019 18:14:47 +0200 Subject: [PATCH] fixed missing fix_distances --- reg3.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reg3.cpp b/reg3.cpp index cc2c44b8..b8a64e04 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -668,6 +668,7 @@ namespace reg3 { #if CAP_FIELD if(hyperbolic) { p2.first->c.connect(counterpart(parent)->c.spin(d), parent, d, false); + fix_distances(p2.first, parent); return p2.first; } #endif @@ -749,6 +750,7 @@ namespace reg3 { altdist(hs.at) = altdist(h) - 1; hs.at->alt = h->alt; reducers[hs.at] = hs.spin; + fix_distances(hs.at, NULL); } for(int i=0; icmove(i);