We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0870525 commit 986786dCopy full SHA for 986786d
servers/rendering/renderer_rd/effects/tone_mapper.h
@@ -76,7 +76,7 @@ class ToneMapper {
76
TONEMAP_FLAG_USE_COLOR_CORRECTION = (1 << 3),
77
TONEMAP_FLAG_USE_FXAA = (1 << 4),
78
TONEMAP_FLAG_USE_8_BIT_DEBANDING = (1 << 5),
79
- TONEMAP_FLAG_CONVERT_TO_SRGB = (1 << 7),
+ TONEMAP_FLAG_CONVERT_TO_SRGB = (1 << 6),
80
};
81
82
enum FlagsMobile {
0 commit comments