mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
arcm:: in prepare_basics do compute_geometry first so that geuclid and ghyperbolic and correct
This commit is contained in:
@@ -632,6 +632,12 @@ void geometry_information::prepare_basics() {
|
|||||||
heptshape = nullptr;
|
heptshape = nullptr;
|
||||||
|
|
||||||
xp_order = 0;
|
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();
|
emb = make_embed();
|
||||||
bool geuclid = euclid;
|
bool geuclid = euclid;
|
||||||
|
Reference in New Issue
Block a user