1
0
mirror of https://github.com/woo-j/zint.git synced 2024-12-23 01:33:55 +03:00

raster: #197 OUT_BUFFER_INTERMEDIATE; manual retab

This commit is contained in:
gitlost 2020-08-11 17:05:57 +01:00
parent d063263432
commit c22dacfcc8

View File

@ -839,7 +839,7 @@ int row, col, i = 0;
for (row = 0; row < my_symbol->bitmap_height; row++) {
for (col = 0; col < my_symbol->bitmap_width; col++) {
render_pixel(row, col, my_symbol->bitmap[i]);
i++;
i++;
}
}