Fixed a build error.

This commit is contained in:
Matthias Koefferlein 2023-08-20 22:33:06 +02:00
parent 4e8c83e7b6
commit 5941ee688a
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ Triangles::fill_concave_corners (const std::vector<db::TriangleEdge *> &edges)
}
if (not any_connected) {
if (! any_connected) {
break;
}