This commit is contained in:
Paulchen Panther
2021-01-29 20:17:01 +01:00
committed by GitHub
parent 86ab15d18c
commit 4ff9e52ba7

View File

@@ -52,7 +52,7 @@ void ImageResampler::processImage(const uint8_t * data, int width, int height, i
cropRight = width >> 1; cropRight = width >> 1;
break; break;
case VideoMode::VIDEO_3DTAB: case VideoMode::VIDEO_3DTAB:
cropBottom = width >> 1; cropBottom = height >> 1;
break; break;
default: default:
break; break;