mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-01 14:10:00 +01:00
no need to clear scan line, as we are not skipping anymore
This commit is contained in:
parent
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue