summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9c52339..b1e175c 100644
--- a/config.h
+++ b/config.h
@@ -16,4 +16,4 @@ enum window {
enum { KEY_QUIT = 'q' };
enum { NBALLS_DEFAULT = 3 };
-enum { CIRCLE_POINTS = 24 }; /* Number of vertices per circle. */
+enum { CIRCLE_POINTS = 32 }; /* Number of vertices per circle. */