summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--balls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/balls.c b/balls.c
index 48fc430..bf81517 100644
--- a/balls.c
+++ b/balls.c
@@ -27,7 +27,7 @@ enum { WIDTH = 640, HEIGHT = 480 };
enum { KEY_QUIT = 'q' };
enum {
NBALLS = 8,
- CIRCLE_POINTS = 16+2, /* +2 for center point and last point which overlaps with first point. */
+ CIRCLE_POINTS = 32+2, /* +2 for center point and last point which overlaps with first point. */
};
const Rectangle bounds = { {-1.0, -1.0}, {1.0, 1.0} };