Skip to content
Snippets Groups Projects
Commit 718a50be authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent 0393b61d
No related branches found
No related tags found
No related merge requests found
......@@ -217,8 +217,7 @@ static void RecursiveIntegration(GEdge *ge, IntPoint * from, IntPoint * to,
P.p = p1.p + val2;
Points.push_back(P);
//List_Read(pPoints, List_Nbr(pPoints) - 1, &p1);
to->p=P.p+val3;
p1=Points.back();
to->p = p1.p + val3;
Points.push_back(*to);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment