Skip to content

Commit

Permalink
Missed uploading clipper.engine.cs during the previous revision
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson committed Sep 16, 2024
1 parent 97906fe commit 20bd694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CSharp/Clipper2Lib/Clipper.Engine.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Author : Angus Johnson *
* Date : 27 April 2024 *
* Date : 17 September 2024 *
* Website : http://www.angusj.com *
* Copyright : Angus Johnson 2010-2024 *
* Purpose : This is the main polygon clipping module *
Expand Down Expand Up @@ -1840,7 +1840,7 @@ private void AdjustCurrXAndCopyToSEL(long topY)

protected void ExecuteInternal(ClipType ct, FillRule fillRule)
{
if (ct == ClipType.None) return;
if (ct == ClipType.NoClip) return;
_fillrule = fillRule;
_cliptype = ct;
Reset();
Expand Down

0 comments on commit 20bd694

Please sign in to comment.