aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
Diffstat (limited to 'test.frag')
-rw-r--r--test.frag4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.frag b/test.frag
index 1c1e77b..c6ff3c9 100644
--- a/test.frag
+++ b/test.frag
@@ -1,4 +1,4 @@
-#version 130
+#version 120
uniform sampler2D sampler;
uniform int numLight;
@@ -24,4 +24,4 @@ void main(){
color += vec4(amb,amb,amb,1.0f+amb);
gl_FragColor = tex * vec4(color)*tex.a;
-} \ No newline at end of file
+}