aboutsummaryrefslogtreecommitdiffstats
path: root/frig.frag
diff options
context:
space:
mode:
Diffstat (limited to 'frig.frag')
-rw-r--r--frig.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/frig.frag b/frig.frag
index 8761efe..b291ddf 100644
--- a/frig.frag
+++ b/frig.frag
@@ -31,4 +31,4 @@ void main(){
color += vec4(amb,amb,amb,1.0f+amb);
gl_FragColor = tex * vec4(color)*tex.a;
-} \ No newline at end of file
+}