kopia lustrzana https://github.com/xdsopl/robot36
no need to clear scan line, as we are not skipping anymore
rodzic
bc22e62258
commit
09736151ad
|
@ -441,8 +441,6 @@ static void robot36_decoder()
|
|||
hpos = 0;
|
||||
even_hpos = 0;
|
||||
} else {
|
||||
for (int i = 0; i < bitmap_width; ++i)
|
||||
pixel_buffer[bitmap_width * vpos + i] = rgb(0, 0, 0);
|
||||
even_hpos = hpos;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue