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