diff --git a/riscos/plotters.c b/riscos/plotters.c index 66ce1e98e..3c363ea7d 100644 --- a/riscos/plotters.c +++ b/riscos/plotters.c @@ -334,7 +334,7 @@ bool ro_plot_disc(int x, int y, int radius, colour colour) LOG(("xos_plot: 0x%x: %s", error->errnum, error->errmess)); return false; } - error = xos_plot(os_PLOT_CIRCLE | os_PLOT_BY, radius, 0); + error = xos_plot(os_PLOT_CIRCLE | os_PLOT_BY, radius * 2, 0); if (error) { LOG(("xos_plot: 0x%x: %s", error->errnum, error->errmess)); return false;