Fix: Shadow Compression default set to 50 (issue 1392)

This commit is contained in:
Michael Ezra
2012-06-11 23:38:32 -04:00
parent ef21ae5e8d
commit 6b30bb2f47
3 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ void ProcParams::setDefaults () {
toneCurve.black = 0;
toneCurve.hlcompr = 70;
toneCurve.hlcomprthresh = 0;
toneCurve.shcompr = 25;
toneCurve.shcompr = 50;
toneCurve.curve.clear ();
toneCurve.curve.push_back(DCT_Linear);