summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.c')
-rw-r--r--amiga/plotters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 443077b58..660dea74d 100644
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -414,7 +414,7 @@ static bool ami_text(int x, int y, const char *text, size_t length,
aa = false;
ami_plot_setapen(glob->rp, fstyle->foreground);
- ami_unicode_text(glob->rp, text, length, fstyle, x, y, aa);
+ ami_font_unicode_text(glob->rp, text, length, fstyle, x, y, aa);
return true;
}