summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index e69e05618..c581711b0 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -521,7 +521,7 @@ bool ami_text(int x, int y, const char *text, size_t length,
#endif
ami_plot_setapen(fstyle->foreground);
- ami_unicode_text(glob->rp,text,length,fstyle,x,y);
+ ami_unicode_text(glob->rp, text, length, fstyle, x, y, !palette_mapped);
return true;
}