mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55: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->saturation = mSaturation * mThemeSaturation;
|
||||
vertices->saturation = 1.0f;
|
||||
vertices->dimming = mDimming;
|
||||
|
||||
if (mVideoCornerRadius > 0.0f) {
|
||||
|
|
Loading…
Reference in a new issue