1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-18 20:12:07 +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;
}
}