From b67b37f8f4ed10114b6b045a0909cd34fc9cfa37 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 6 May 2022 18:49:33 +0200 Subject: [PATCH] clear ext in prepare_shapes --- polygons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygons.cpp b/polygons.cpp index 5b410de4..677b5f3d 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -1108,7 +1108,7 @@ void geometry_information::prepare_shapes() { S84 = S42 * 2; // printf("crossf = %f euclid = %d sphere = %d\n", float(crossf), euclid, sphere); - hpc.clear(); + hpc.clear(); ext.clear(); make_sidewalls();