From 4d7b1da29e0957ac798ee8e6da8288cbd4ae5c79 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 18 May 2017 19:03:05 +0500 Subject: 2017-05-18 --- shaders/simple.vs | 1 + 1 file changed, 1 insertion(+) (limited to 'shaders/simple.vs') diff --git a/shaders/simple.vs b/shaders/simple.vs index 7233efc..ca99e85 100644 --- a/shaders/simple.vs +++ b/shaders/simple.vs @@ -12,4 +12,5 @@ void main() { gl_Position = projection * view * model * vec4(position, 1.0f); TexCoord = vec2(texCoord.x, texCoord.y); + //TexCoord = texCoord; } \ No newline at end of file -- cgit v1.2.3