diff options
| -rw-r--r-- | balls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} }; |