mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-23 16:50:27 +00:00
fix for Archimedean hybrid
This commit is contained in:
parent
d046211a9c
commit
2bedd5f2ce
1
cell.cpp
1
cell.cpp
@ -764,6 +764,7 @@ cdata *getHeptagonCdata_legacy(heptagon *h) {
|
||||
|
||||
|
||||
cdata *getHeptagonCdata(heptagon *h) {
|
||||
if(hybri) { cdata *x; hybrid::in_underlying_map([&] { x = getHeptagonCdata(h); }); return x; }
|
||||
if(geometry == gNormal && BITRUNCATED) return getHeptagonCdata_legacy(h);
|
||||
if(h->cdata) return h->cdata;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user