Skip to content

Commit

Permalink
Fixed highlight recovery bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Newman committed Sep 4, 2024
1 parent 9528866 commit 6c2a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Resources/CL/HighlightRecovery.cl.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Feather in stops to interpolate between highest/lowest channels
#define HIGHLIGHT_RECOVERY_CHANNEL_FEATHER_STOPS (1.0f)

#define HIGHLIGHT_RECOVERY_EPSILON ((half)0.0001f)
#define HIGHLIGHT_RECOVERY_EPSILON ((half)0.001f)

PRIVATE half3 SynthesiseThreeChannels(half3 cameraWhite)
{
Expand Down

0 comments on commit 6c2a941

Please sign in to comment.