From 451398f4f9d3e2bae5a00e732bedb927d0d0a284 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Mar 2025 15:51:52 +0100 Subject: [PATCH] fix crash on binary tiling --- floorshapes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/floorshapes.cpp b/floorshapes.cpp index 2626f436..594f6f72 100644 --- a/floorshapes.cpp +++ b/floorshapes.cpp @@ -321,6 +321,7 @@ void geometry_information::bshape_regular(floorshape &fsh, int id, int sides, ld for(auto p: allsides) { for(int i=0; itype; 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;