diff --git a/polygons.cpp b/polygons.cpp index a5a73412..24e84339 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -922,6 +922,8 @@ void geometry_information::create_wall3d() { } else { + walloffsets.clear(); + walloffsets.emplace_back(0, nullptr); auto& faces = cgi.heptshape->faces; auto& we = cgi.heptshape->weights; if(we.empty()) {