no need to clear scan line, as we are not skipping anymore

pull/6/head
Ahmet Inan 2014-11-26 15:29:32 +01:00
rodzic bc22e62258
commit 09736151ad
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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;
}
}