Remove useless code from shader

This commit is contained in:
Luflosi 2020-01-21 00:28:55 +01:00
parent 4c03ffeae2
commit dbc763fca0
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

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