summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/text.v.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/text.v.glsl b/res/text.v.glsl
index ccb6b8b5..081ca6b9 100644
--- a/res/text.v.glsl
+++ b/res/text.v.glsl
@@ -58,7 +58,7 @@ void main()
cellPosition.y = termDim.y - cellPosition.y - cellDim.y;
if (backgroundPass != 0) {
- cellPosition.y = cellPosition.y - 3;
+ cellPosition.y = cellPosition.y;
vec2 finalPosition = cellDim * position + cellPosition;
gl_Position = projection * vec4(finalPosition.xy, 0.0, 1.0);
TexCoords = vec2(0, 0);