This commit is contained in:
Paulchen Panther 2021-01-29 20:17:01 +01:00 committed by GitHub
parent 86ab15d18c
commit 4ff9e52ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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