mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
[HotFix] https://git.io/Jt8S6
This commit is contained in:
parent
86ab15d18c
commit
4ff9e52ba7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user