Skip to content

Commit

Permalink
Update clipper.engine.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
philstopford committed Apr 11, 2024
1 parent e994c2c commit 6bdc128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CPP/Clipper2Lib/src/clipper.engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,7 @@ namespace Clipper2Lib {

OutPt* ClipperBase::IntersectEdges(Active& e1, Active& e2, const Point64& pt)
{
return nullptr;
//MANAGE OPEN PATH INTERSECTIONS SEPARATELY ...
if (has_open_paths_ && (IsOpen(e1) || IsOpen(e2)))
{
Expand Down

0 comments on commit 6bdc128

Please sign in to comment.