Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MRMesh/MRContoursCut.cpp
Original file line number Diff line number Diff line change
@@ -1212,7 +1212,7 @@ PreCutResult doPreCutMesh( Mesh& mesh, const OneMeshContours& contours )
if ( !prevFaceIncidentLeft )
{
// iterate backward to find removed face info
prevFaceIncidentLeft = iterateRemovedFacesInfoToFindLeftEdge( mesh.topology, res.removedFaces, contourId, intersectionId, f, newVertId );
prevFaceIncidentLeft = iterateRemovedFacesInfoToFindLeftEdge( mesh.topology, res.removedFaces, contourId, intersectionId, f, currVert );
}
assert( prevFaceIncidentLeft );
invalidateFace( mesh.topology, res.removedFaces, contourId, intersectionId - 1, prevFaceIncidentLeft, oldEdgesSize );

0 comments on commit abf59d7

Please sign in to comment.