Skip to content

Commit 459cf52

Browse files
committed
Fixed trivial bug in previous commit.
1 parent e8ebdef commit 459cf52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CPP/Clipper2Lib/src/clipper.engine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ namespace Clipper2Lib {
589589
if (pip == PointInPolygonResult::IsInside) return true;
590590
pip = PointInPolygonResult::IsInside;
591591
break;
592+
default: break;
592593
}
593594
op = op->next;
594595
} while (op != op1);

0 commit comments

Comments
 (0)