Skip to content
Snippets Groups Projects
Commit bd4fdf52 authored by Jan Möbius's avatar Jan Möbius
Browse files

Missing continue

parent def07b84
Branches
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ void SmootherPlugin::simpleLaplace(int _iterations) {
for (auto v_it : mesh->vertices()) {
if(selectionExists && mesh->status(v_it).selected() == false) {
continue;
}
TriMesh::Point point = TriMesh::Point(0.0,0.0,0.0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment