gimpoperationvaluemode: Unbreak value mode

Copy paste failure in my last commit
This commit is contained in:
Daniel Sabo 2013-05-21 07:07:28 -07:00
parent cd91144f9e
commit 1498b0e972
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ gimp_operation_value_mode_process (GeglOperation *operation,
{
gdouble opacity = GIMP_OPERATION_POINT_LAYER_MODE (operation)->opacity;
return gimp_operation_overlay_mode_process_pixels (in_buf, aux_buf, aux2_buf, out_buf, opacity, samples, roi, level);
return gimp_operation_value_mode_process_pixels (in_buf, aux_buf, aux2_buf, out_buf, opacity, samples, roi, level);
}
gboolean
@ -150,4 +150,4 @@ gimp_operation_value_mode_process_pixels (gfloat *in,
}
return TRUE;
}
}