Skip to content

Commit 6ed6f12

Browse files
committed
wb: opposed.c hash: late_correction is a param of temperature (is before opposed), so already part of hash
1 parent bb30b12 commit 6ed6f12

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/iop/hlreconstruct/opposed.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ static dt_hash_t _opposed_hash(dt_dev_pixelpipe_iop_t *piece)
4242
{
4343
const dt_iop_highlights_data_t *d = piece->data;
4444
dt_hash_t hash = dt_dev_pixelpipe_piece_hash(piece, NULL, FALSE);
45-
hash = dt_hash(hash, &d->clip, sizeof(d->clip));
46-
return dt_hash(hash, &piece->module->dev->chroma.late_correction, sizeof(int));
45+
return dt_hash(hash, &d->clip, sizeof(d->clip));
4746
}
4847

4948
static inline float _calc_linear_refavg(const float *in, const int color)

0 commit comments

Comments
 (0)