Morepretty

This commit is contained in:
treeform 2022-02-11 20:11:01 -08:00
parent c2350c9642
commit 81b82e2277

View file

@ -177,7 +177,6 @@ proc decodeBmp*(data: string): Image {.raises: [PixieError].} =
result[x, result.height - y - 1] = rgba.rgbx()
if bits == 32:
for y in 0 ..< result.height:
for x in 0 ..< result.width:
if offset >= data.len - 2: