summaryrefslogtreecommitdiff
path: root/amiga/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/font.c')
-rw-r--r--amiga/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font.c b/amiga/font.c
index e3f500d92..f77d66d6b 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -346,7 +346,7 @@ ULONG ami_unicode_text(struct RastPort *rp,const char *string,ULONG length,const
BLITA_Source,glyphbm,
BLITA_SrcType,BLITT_ALPHATEMPLATE,
BLITA_Dest,rp,
- BLITA_DestType,BLITT_BITMAP,
+ BLITA_DestType,BLITT_RASTPORT,
BLITA_SrcBytesPerRow,glyph->glm_BMModulo,
TAG_DONE);
}