mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-11 03:03:01 +00:00
fixed tes in standard spatial embedding
This commit is contained in:
@@ -1510,6 +1510,7 @@ struct hrmap_arbi : hrmap {
|
|||||||
|
|
||||||
heptagon *create_step(heptagon *h, int d) override {
|
heptagon *create_step(heptagon *h, int d) override {
|
||||||
|
|
||||||
|
if(geom3::flipped) return geom3::in_not_flipped([&] { return create_step(h, d); });
|
||||||
dynamicval<bool> sl(using_slided, false);
|
dynamicval<bool> sl(using_slided, false);
|
||||||
int t = id_of(h);
|
int t = id_of(h);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user