small change in inverse exposure

This commit is contained in:
Desmis
2019-02-07 16:13:27 +01:00
parent 313a468776
commit df66ca6121

View File

@@ -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;
}