Skip to content

Commit 4b590c8

Browse files
committed
Update simba.image.pas
1 parent adde3ff commit 4b590c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/simba.image.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,10 +1506,10 @@ function TSimbaImage.Blend(Points: TPointArray; Radius: Integer; IgnorePoints: T
15061506
B := SumB div Count;
15071507
A := ALPHA_OPAQUE;
15081508
end;
1509+
1510+
Skip[P.Y * FWidth + P.X] := False;
15091511
end else
15101512
Result.Data[P.Y * FWidth + P.X] := FData[P.Y * FWidth + P.X];
1511-
1512-
Skip[P.Y * FWidth + P.X] := False;
15131513
end;
15141514
end;
15151515

0 commit comments

Comments
 (0)