Fixed bug with writing to the bitmap
This commit is contained in:
@ -562,7 +562,6 @@ begin
|
|||||||
Inc(bucketpos, 2 * gutter_width);
|
Inc(bucketpos, 2 * gutter_width);
|
||||||
Inc(bucketpos, (oversample - 1) * BucketWidth);
|
Inc(bucketpos, (oversample - 1) * BucketWidth);
|
||||||
end;
|
end;
|
||||||
bm.PixelFormat := pf24bit;
|
|
||||||
|
|
||||||
Progress(1);
|
Progress(1);
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user