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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user