use autold instead of auto, #5676
This commit is contained in:
@@ -216,7 +216,7 @@ const ProcParams& Thumbnail::getProcParamsU ()
|
||||
double ct;
|
||||
getCamWB (ct, pparams->wb.green);
|
||||
pparams->wb.temperature = ct;
|
||||
} else if (pparams->wb.method == "Auto") {
|
||||
} else if (pparams->wb.method == "autold") {
|
||||
double ct;
|
||||
getAutoWB (ct, pparams->wb.green, pparams->wb.equal, pparams->wb.tempBias);
|
||||
pparams->wb.temperature = ct;
|
||||
|
Reference in New Issue
Block a user