mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 23:40:02 +01:00
Bugfix copy imageprocessing shader should not copy shader properties
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user