summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/text.f.glsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/text.f.glsl b/res/text.f.glsl
index 3bdcbe20..770c1a36 100644
--- a/res/text.f.glsl
+++ b/res/text.f.glsl
@@ -31,5 +31,4 @@ void main()
alphaMask = vec4(texture(mask, TexCoords).rgb, 1.0);
color = vec4(fg, 1.0);
}
-
}