Revert "Newlines"

This reverts commit a78faa57
This commit is contained in:
summetdev
2020-10-27 21:55:40 +03:00
parent 9a7e0fb45e
commit a3abadd8c2
37 changed files with 37 additions and 37 deletions

View File

@@ -6,4 +6,4 @@ uniform sampler2D u_texture;
void main(){
vec4 c = texture2D(u_texture, v_texCoords);
gl_FragColor = v_color * mix(c, vec4(v_mix_color.rgb, c.a), v_mix_color.a);
}