Skip to content

Commit

Permalink
fix after type renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
zedxxx committed Oct 14, 2024
1 parent 2b665ac commit 58ced75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Delphi/Clipper2Lib/Clipper.Engine.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2842,7 +2842,7 @@ procedure TClipperBase.ExecuteInternal(clipType: TClipType;
Y: Int64;
e: PActive;
begin
if clipType = ctNone then Exit;
if clipType = ctNoClip then Exit;
FFillRule := fillRule;
FClipType := clipType;
Reset;
Expand Down

0 comments on commit 58ced75

Please sign in to comment.