mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed tes in standard spatial embedding
This commit is contained in:
parent
90977aacaf
commit
ad7cbac338
@ -1510,6 +1510,7 @@ struct hrmap_arbi : hrmap {
|
||||
|
||||
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);
|
||||
int t = id_of(h);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user