about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--editor/pamscale.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/pamscale.c b/editor/pamscale.c
index c59d4ebc..0a2e955f 100644
--- a/editor/pamscale.c
+++ b/editor/pamscale.c
@@ -1357,7 +1357,6 @@ generateOutputTuple(const struct pam * const pamP,
 
         if (haveOpacity && plane != opacityPlane) {
             if (accum[opacityPlane] < EPSILON) {
-                assert(accum[plane] < EPSILON);
                 opacityAdjustedSample = 0.0;
             } else 
                 opacityAdjustedSample = accum[plane] / accum[opacityPlane];