remove dithering for test

Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
Vincent-FK 2020-02-27 08:11:24 +01:00
parent 3576503dc3
commit 2530514e55

View File

@ -159,11 +159,11 @@ void Image::draw()
}
/* Dithering */
if(needDithering_){
//printf("Dither: %s\n", file_.c_str());
/*if(needDithering_){
printf("Dither: %s\n", file_.c_str());
SDL::ditherSurface32bppTo16Bpp(surfaceToRender);
needDithering_ = false;
}
}*/
/* Render */
SDL::renderCopy(surfaceToRender, baseViewInfo.Alpha, NULL, &rect, baseViewInfo);