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:
parent
d063263432
commit
c22dacfcc8
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user