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

fix crash on binary tiling

This commit is contained in:
Zeno Rogue 2025-03-27 15:51:52 +01:00
parent 91d0ca9f4f
commit 451398f4f9

View File

@ -321,6 +321,7 @@ void geometry_information::bshape_regular(floorshape &fsh, int id, int sides, ld
for(auto p: allsides) {
for(int i=0; i<c->type; i++) {
sizeto(fsh.side[p], c->type);
sizeto(fsh.side[p][i], id);
bshape(fsh.side[p][i][id], PPR::FLOOR_SIDE);
hyperpoint h0 = bt::get_corner_horo_coordinates(c, i) * size;