Fixed bug with writing to the bitmap
This commit is contained in:
parent
2834a2a458
commit
c9b167ae79
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user