summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-20 12:14:57 -0500
committerSam Anthony <sam@samanthony.xyz>2024-11-20 12:14:57 -0500
commitb074a56aa5e4485c4d2b261bf698f5424a02aa00 (patch)
treeca9098a85b058efca40a275e391f87e33ae08f7b
parent54424fa6197186b9889133be9238a901114ab47d (diff)
downloadballs-b074a56aa5e4485c4d2b261bf698f5424a02aa00.zip
increase number of vertices per ball
-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. */