Bugfix copy imageprocessing shader should not copy shader properties

This commit is contained in:
brunoherbelin
2021-01-18 18:24:36 +01:00
parent 5262b8ae29
commit 7c555465b8

View File

@@ -80,8 +80,6 @@ void ImageProcessingShader::reset()
void ImageProcessingShader::operator = (const ImageProcessingShader &S )
{
Shader::operator =(S);
brightness = S.brightness;
contrast = S.contrast;
saturation = S.saturation;