mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 04:13:44 +00:00
Fix #140
This commit is contained in:
parent
76a591e7d1
commit
30baf81858
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ in vec2 texcoord;
|
|||
out vec4 color;
|
||||
|
||||
void main() {
|
||||
color = texture2D(image, texcoord);
|
||||
color = texture(image, texcoord);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue