Fixed a regression which caused the saturation property to not have any effect on the video stream

This commit is contained in:
Leon Styhre 2023-11-11 11:37:09 +01:00
parent fed4dda4ac
commit aaffc06514

View file

@ -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) {