diff --git a/core/image/qoi/qoi.odin b/core/image/qoi/qoi.odin index dfdf1875a..987a48e5b 100644 --- a/core/image/qoi/qoi.odin +++ b/core/image/qoi/qoi.odin @@ -76,8 +76,6 @@ save_to_buffer :: proc(output: ^bytes.Buffer, img: ^Image, options := Options{} pix := RGBA_Pixel{0, 0, 0, 255} prev := pix - seen[qoi_hash(pix)] = pix - input := img.pixels.buf[:] run := u8(0)