summaryrefslogtreecommitdiffstats
path: root/cwd/shaders/face.vs
diff options
context:
space:
mode:
Diffstat (limited to 'cwd/shaders/face.vs')
-rw-r--r--cwd/shaders/face.vs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cwd/shaders/face.vs b/cwd/shaders/face.vs
index dbb8dd8..5431ff2 100644
--- a/cwd/shaders/face.vs
+++ b/cwd/shaders/face.vs
@@ -8,7 +8,7 @@ layout (location = 13) in vec2 light;
out VS_OUT {
vec2 UvPosition;
- vec4 Texture;
+ vec2 Texture;
vec3 Color;
vec2 Light;
} vs_out;