1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-05 14:18:05 +00:00

fixed Archimedean and Penrose

This commit is contained in:
Zeno Rogue
2019-11-28 23:59:16 +01:00
parent 2b62b23888
commit 5585831b27
5 changed files with 19 additions and 10 deletions

View File

@@ -655,7 +655,9 @@ void geometry_information::generate_floorshapes() {
dynamicval<bool> ncor(approx_nearcorner, true);
for(int i=0; i<2; i++) {
modelh.s = hstate(i); /* kite/dart shape */
kite::no_adj = true;
generate_floorshapes_for(i, &model, 0, 0);
kite::no_adj = false;
}
}
#endif