summaryrefslogtreecommitdiff
path: root/src/assets.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-03 18:55:17 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-03 18:55:17 +0100
commit83cbdcc8c3d1c900417457f2ef44eafde123db93 (patch)
tree2623f1056b2191c9e48f22811018042ee0a6f55b /src/assets.c
parent7e17e6bb7e7d7547bc01fa92090f59699e937a72 (diff)
fix text rendering
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c
index 4b8bd3e..37334dd 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -131,7 +131,6 @@ bool assets_queue_worker_load_font(font *font)
if (i == 'M') font->px_h = -yoff;
if (i == ' ') new_glyph.xoff = font->size/3;
- if (i == 'g') new_glyph.xoff += 1; // stupid font or stupid me?
font->glyphs[i-TEXT_CHARSET_START] = new_glyph;
}