GLES: Fix blend flags

This commit is contained in:
Emile Belanger 2022-04-15 15:14:17 +01:00 committed by Christoph Oelckers
parent 9c5b284d72
commit 3724f8a67c

View file

@ -201,7 +201,7 @@ vec4 getTexel(vec2 st)
#if (DEF_BLEND_FLAGS != 0)
// only apply the texture manipulation if it contains something.
texel = ApplyTextureManipulation(texel, DEF_BLEND_FLAGS);
texel = ApplyTextureManipulation(texel);
#endif