This commit is contained in:
LordGrey
2025-01-15 18:39:13 +01:00
committed by GitHub
parent 61bfc2ed5d
commit 121abce408

View File

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