*** empty log message ***

This commit is contained in:
zueuk 2008-10-04 04:03:36 +00:00
parent f8985ec0f1
commit 422dad4cb3

View File

@ -308,7 +308,7 @@ begin
for i := 0 to fcp.Height - 1 do begin
bx := 0;
if (i and $7 = 0) and assigned(FOnProgress) then FOnProgress(i / fcp.Height);
if (i and $3f = 0) and assigned(FOnProgress) then FOnProgress(i / fcp.Height);
AlphaRow := PByteArray(FAlphaBitmap.scanline[YOffset + i]);
Row := PRGBArray(FBitmap.scanline[YOffset + i]);