This commit is contained in:
Kovid Goyal 2020-01-21 06:54:28 +05:30
commit b4e189d2bf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,5 +7,4 @@ out vec4 color;
void main() {
color = texture(image, texcoord);
color = vec4(color.rgb, color.a);
}