diff --git a/src/effects/Saturation.cpp b/src/effects/Saturation.cpp index 5ce958a50..25fc51bc3 100644 --- a/src/effects/Saturation.cpp +++ b/src/effects/Saturation.cpp @@ -154,7 +154,6 @@ std::shared_ptr Saturation::GetFrame(std::shared_ptr frame, int64_ pixels[byte_index] = R; pixels[byte_index + 1] = G; pixels[byte_index + 2] = B; - pixels[byte_index + 3] = A; // leave the alpha value alone } // return the modified frame