Skip to content

Commit ed98928

Browse files
authored
fix after type renaming (#901)
1 parent 2b665ac commit ed98928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Delphi/Clipper2Lib/Clipper.Engine.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,7 @@ procedure TClipperBase.ExecuteInternal(clipType: TClipType;
28422842
Y: Int64;
28432843
e: PActive;
28442844
begin
2845-
if clipType = ctNone then Exit;
2845+
if clipType = ctNoClip then Exit;
28462846
FFillRule := fillRule;
28472847
FClipType := clipType;
28482848
Reset;

0 commit comments

Comments
 (0)