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

@@ -4,4 +4,4 @@ varying mediump vec2 v_texCoords;
void main(){
gl_FragColor.rgb = (texture2D(u_texture0, v_texCoords).rgb - vec3(threshold.x)) * threshold.y;
}