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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user