killed a mega bug in the upscaling

This commit is contained in:
tonton Th
2019-09-03 19:35:45 +02:00
parent b67d023f0c
commit 5758f1c932
3 changed files with 10 additions and 3 deletions

View File

@@ -41,9 +41,8 @@ for (y=0; y<h; y++) {
r = (float)*src++;
g = (float)*src++;
b = (float)*src++;
fimg_plot_rgb(d, xx, yy, r, g, b);
fimg_add_rgb(d, xx, yy, r, g, b);
}
}
modz++;