fixed tes in standard spatial embedding

This commit is contained in:
Zeno Rogue 2022-12-15 22:48:29 +01:00
parent 90977aacaf
commit ad7cbac338
1 changed files with 1 additions and 0 deletions

View File

@ -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);