Skip to content

Commit 4ecc379

Browse files
committed
fixup: typo
1 parent 13955a1 commit 4ecc379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine/renderer/glsl_source/cameraEffects_fp.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ IN(smooth) vec2 var_TexCoords;
3535

3636
DECLARE_OUTPUT(vec4)
3737

38-
// Tone mapping is not available when high-precision float framebuffer isn't enable or supported.
38+
// Tone mapping is not available when high-precision float framebuffer isn't enabled or supported.
3939
#if defined(r_highPrecisionRendering) && defined(HAVE_ARB_texture_float)
4040
/* x: contrast
4141
y: highlightsCompressionSpeed

0 commit comments

Comments
 (0)