From 32e9c454f57d2f7318a360440377f7b008df4e36 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Thu, 22 Mar 2018 02:16:57 +0100 Subject: [PATCH] Don't report vibrance processing time if vibrance is disabled --- rtengine/ipvibrance.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/ipvibrance.cc b/rtengine/ipvibrance.cc index b5d711c7c..f9b46f620 100644 --- a/rtengine/ipvibrance.cc +++ b/rtengine/ipvibrance.cc @@ -70,10 +70,10 @@ void fillCurveArrayVib (DiagonalCurve* diagCurve, LUTf &outCurve) */ void ImProcFunctions::vibrance (LabImage* lab) { - BENCHFUN if (!params->vibrance.enabled) { return; } + BENCHFUN // int skip=1; //scale==1 ? 1 : 16; bool skinCurveIsSet = false;