Skip to content
Snippets Groups Projects
Commit 9b2c53c2 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Small error in optimisation

parent c862c8f6
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ PolygonListToRCC8GraphFilter<TPolygonList, TOutputGraph>
segIndex++;
}
vertex->SetSegmentationLevel(segIndex);
vertex->SetSegmentationLevel(segIndex-1);
// Put it in the graph
graph->SetVertex(nbVertices,vertex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment