diff options
Diffstat (limited to 'progs/glsl/noise.c')
-rw-r--r-- | progs/glsl/noise.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/glsl/noise.c b/progs/glsl/noise.c index e115da3b123..a26a8059449 100644 --- a/progs/glsl/noise.c +++ b/progs/glsl/noise.c @@ -17,6 +17,7 @@ static const char *VertShaderText = "void main() {\n" " gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;\n" + " gl_TexCoord[0] = gl_MultiTexCoord0;\n" "}\n"; static const char *FragShaderText = |