diff --git a/rtengine/dcp.cc b/rtengine/dcp.cc index 3e566781a..20d0a389c 100644 --- a/rtengine/dcp.cc +++ b/rtengine/dcp.cc @@ -1097,6 +1097,7 @@ void DCPProfile::Apply(Imagefloat *pImg, int preferredIlluminant, Glib::ustring if (deltaBase) { HSDApply(DeltaInfo, deltaBase, hs, ss, vs, h, s, v); + hs=h; ss=s; vs=v; } if (aLookTable) { HSDApply(LookInfo, aLookTable, hs, ss, vs, h, s, v);