This commit is contained in:
LordGrey 2025-01-14 13:02:38 +01:00
parent 0aa7df47d3
commit f3d638d04c

View File

@ -53,7 +53,7 @@ void ImageResampler::processImage(const uint8_t * data, int width, int height, i
int xDestStart {0};
int xDestEnd = {outputWidth-1};
int yDestStart = {0};
int yDestEnd = {outputWidth-1};
int yDestEnd = {outputHeight-1};
switch (_flipMode)
{