mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed a regression which caused the saturation property to not have any effect on the video stream
This commit is contained in:
parent
fed4dda4ac
commit
aaffc06514
|
@ -216,7 +216,6 @@ void VideoFFmpegComponent::render(const glm::mat4& parentTrans)
|
||||||
|
|
||||||
vertices->brightness = mBrightness;
|
vertices->brightness = mBrightness;
|
||||||
vertices->saturation = mSaturation * mThemeSaturation;
|
vertices->saturation = mSaturation * mThemeSaturation;
|
||||||
vertices->saturation = 1.0f;
|
|
||||||
vertices->dimming = mDimming;
|
vertices->dimming = mDimming;
|
||||||
|
|
||||||
if (mVideoCornerRadius > 0.0f) {
|
if (mVideoCornerRadius > 0.0f) {
|
||||||
|
|
Loading…
Reference in a new issue