summaryrefslogtreecommitdiffstats
path: root/balls.c
diff options
context:
space:
mode:
Diffstat (limited to 'balls.c')
-rw-r--r--balls.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/balls.c b/balls.c
index f43dbb9..c66a362 100644
--- a/balls.c
+++ b/balls.c
@@ -38,9 +38,7 @@ enum {
};
enum { KEY_QUIT = 'q' };
enum { NBALLS_DEFAULT = 3 };
-enum {
- CIRCLE_POINTS = 32+2, /* +2 for center point and last point which overlaps with first point. */
-};
+enum { CIRCLE_POINTS = 24 }; /* Number of vertices per circle. */
const Rect bounds = { {-1.0, -1.0}, {1.0, 1.0} };