diff --git a/polygons.cpp b/polygons.cpp index 41986e45..e3eaec09 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -713,7 +713,7 @@ void geometry_information::procedural_shapes() { bshape(shSwitchDisk, PPR::FLOOR); for(int i=0; i<=S84; i+=S3) hpcpush(ddi(i, .06) * C0); } -vector equal_weights(20, 1); +vector equal_weights(1000, 1); #if !(CAP_BT && MAXMDIM >= 4) void geometry_information::make_wall(int id, vector vertices, vector weights) { }