From 9d3429c7cdf144e5d535c954c479edd19f178aac Mon Sep 17 00:00:00 2001 From: "U-PC-BUREAU\\jacques" Date: Thu, 19 Jul 2018 20:18:30 +0200 Subject: [PATCH] Fixed bug in local cbdl - replace default mult 1 by 100 --- rtengine/procparams.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index 3832320d4..9e37ec429 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -2462,11 +2462,11 @@ anbspot(0), vart(200), chrrt(0), mult{ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, + 100.0, + 100.0, + 100.0, + 100.0, + 100.0, }, expcolor(false), expexpose(false),