From df66ca61212a4d6941b6000daf09d893628f5a82 Mon Sep 17 00:00:00 2001 From: Desmis Date: Thu, 7 Feb 2019 16:13:27 +0100 Subject: [PATCH] small change in inverse exposure --- rtengine/iplocallab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index 89227f2f5..0e316b058 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -4221,7 +4221,7 @@ void ImProcFunctions::InverseColorLight_Local(int sp, int senstype, const struct reducdE = pow(reducdE, lp.iterat); - if (lp.sens > 99) { + if (varsens > 99) { reducdE = 1.f; }