aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
Diffstat (limited to 'test.frag')
-rw-r--r--test.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.frag b/test.frag
index c30ef4d..13fe6bc 100644
--- a/test.frag
+++ b/test.frag
@@ -1,4 +1,4 @@
#version 120
void main(){
- gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
+ gl_FragColor = glColor;
}