summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rw-r--r--amiga/font.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/font.c b/amiga/font.c
index a4ae8f0e9..609887075 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -210,8 +210,6 @@ bool nsfont_split(const plot_font_style_t *fstyle,
OT_GlyphMap8Bit,&glyph,
TAG_END) == 0)
{
- tx+= glyph->glm_X1;
-
if(x < tx)
{
i = length+1;
@@ -225,6 +223,8 @@ bool nsfont_split(const plot_font_style_t *fstyle,
}
}
+ tx+= glyph->glm_X1;
+
EReleaseInfo(&ofont->olf_EEngine,
OT_GlyphMap8Bit,glyph,
TAG_END);