1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

arcm:: in prepare_basics do compute_geometry first so that geuclid and ghyperbolic and correct

This commit is contained in:
Zeno Rogue
2025-08-18 14:23:07 +02:00
parent 8bd457ba14
commit 67b4af049b

View File

@@ -632,6 +632,12 @@ void geometry_information::prepare_basics() {
heptshape = nullptr;
xp_order = 0;
if(arcm::in()) {
auto& ac = arcm::current_or_fake();
if(fake::in_ext()) ac = arcm::current;
ac.compute_geometry();
}
emb = make_embed();
bool geuclid = euclid;