1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-08 08:11:21 +00:00

backed-map:: removed call to handle_precision_errors

This commit is contained in:
Zeno Rogue
2026-04-18 23:48:48 +02:00
parent 41631799ca
commit 8557f361e0
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1615,7 +1615,6 @@ struct hrmap_arbi : hrmap {
throw hr_exception("already connected!");
}
h->c.connect(d, p2.first, co1.eid, co1.mirror);
bm.handle_precision_errors(p2.first);
return p2.first;
}
}
-1
View File
@@ -693,7 +693,6 @@ struct hrmap_archimedean : hrmap {
while(skip_digons(hs, -1)) hs--;
connectHeptagons(hi, hs);
connect_digons_too(hi, hs);
bm.handle_precision_errors(h);
return h->move(d);
}
}