bugfix in csg2d

This commit is contained in:
Matthias Hochsteger 2020-08-20 15:07:43 +02:00
parent 155f2d24ed
commit 28d4b219fa

View File

@ -719,7 +719,7 @@ RelativePositionType oracle(bool prev, Vertex* P1, Vertex* P2, Vertex* P3)
{
Q = P2->neighbour->next;
q = *Q;
if(P2->spline)
if(P2->neighbour->spline)
q = P2->neighbour->spline->TangentPoint();
}