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.
2 parents 334e580 + 986786d commit 60043b5Copy full SHA for 60043b5
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