Skip to content

Commit 7d59a4c

Browse files
committed
typo
1 parent fbc6ebf commit 7d59a4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/simba.image.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,6 @@ function TSimbaImage.Blend(Points: TPointArray; Radius: Integer; IgnorePoints: T
14701470

14711471
for P in Points do
14721472
begin
1473-
if Skip[
14741473
Area.X1 := Max(P.X - Radius, 0);
14751474
Area.Y1 := Max(P.Y - Radius, 0);
14761475
Area.X2 := Min(P.X + Radius, FWidth-1);

0 commit comments

Comments
 (0)