Dehaze bug with some files

This commit is contained in:
Desmis
2015-08-28 19:57:06 +02:00
parent f22c11c27e
commit 4fdbe89ebe
2 changed files with 21 additions and 19 deletions

View File

@@ -1040,11 +1040,7 @@ void ParamsEdited::combine (rtengine::procparams::ProcParams& toEdit, const rten
if (dehaz.retinex) {
toEdit.dehaz.retinex = mods.dehaz.retinex;
}
if (dehaz.enabled) {
toEdit.dehaz.enabled = mods.dehaz.enabled;
}
if (dehaz.neigh) {
toEdit.dehaz.neigh = mods.dehaz.neigh;
}