diff --git a/src/modules/gfx_circles.c b/src/modules/gfx_circles.c index 4131197..bc3ee24 100644 --- a/src/modules/gfx_circles.c +++ b/src/modules/gfx_circles.c @@ -37,7 +37,7 @@ static oscore_time nexttick; static u_int16_t xmax; static u_int16_t ymax; -#define P_MAX 50 +#define P_MAX 25 typedef struct { u_int16_t x; u_int16_t y;