Fix #140
This commit is contained in:
parent
76a591e7d1
commit
30baf81858
@ -6,5 +6,5 @@ in vec2 texcoord;
|
|||||||
out vec4 color;
|
out vec4 color;
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
color = texture2D(image, texcoord);
|
color = texture(image, texcoord);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user