Initialize variable (thank you Maxime)

This commit is contained in:
Andreas Fabri 2020-07-16 13:53:38 +01:00
parent 0cd586936a
commit c98a7c38c4
1 changed files with 1 additions and 0 deletions

View File

@ -2750,6 +2750,7 @@ Surface_mesh()
removed_vertices_ = removed_edges_ = removed_faces_ = 0;
vertices_freelist_ = edges_freelist_ = faces_freelist_ = (std::numeric_limits<size_type>::max)();
garbage_ = false;
recycle_ = true;
anonymous_property_ = 0;
}