mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-04 00:46:17 +00:00
Remove useless code from shader
This commit is contained in:
parent
4c03ffeae2
commit
dbc763fca0
1 changed files with 0 additions and 1 deletions
|
|
@ -7,5 +7,4 @@ out vec4 color;
|
|||
|
||||
void main() {
|
||||
color = texture(image, texcoord);
|
||||
color = vec4(color.rgb, color.a);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue