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
Branches
Tags
No related merge requests found
...@@ -217,8 +217,7 @@ static void RecursiveIntegration(GEdge *ge, IntPoint * from, IntPoint * to, ...@@ -217,8 +217,7 @@ static void RecursiveIntegration(GEdge *ge, IntPoint * from, IntPoint * to,
P.p = p1.p + val2; P.p = p1.p + val2;
Points.push_back(P); Points.push_back(P);
//List_Read(pPoints, List_Nbr(pPoints) - 1, &p1); p1=Points.back();
to->p=P.p+val3;
to->p = p1.p + val3; to->p = p1.p + val3;
Points.push_back(*to); 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