aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
Diffstat (limited to 'test.frag')
-rw-r--r--test.frag12
1 files changed, 6 insertions, 6 deletions
diff --git a/test.frag b/test.frag
index 80c741b..5c9054e 100644
--- a/test.frag
+++ b/test.frag
@@ -27,11 +27,11 @@ void main(){
gl_FragColor = tex * vec4(color)*tex.a;
}
-/*b values
+/* b values
.002 10
- .008 50
- .0005 200
- .00008 500
- .00002 1000
+ .008 50
+ .0005 200
+ .00008 500
+ .00002 1000
.00005 2000
-*/ \ No newline at end of file
+*/