mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
GLES: Fix blend flags
This commit is contained in:
parent
9c5b284d72
commit
3724f8a67c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue