summaryrefslogtreecommitdiffstats
path: root/balls.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-02 21:39:49 -0400
committerSam Anthony <sam@samanthony.xyz>2024-11-02 21:39:49 -0400
commitb5c25416bc7df0e3134731d3337409e2447467d2 (patch)
tree69286b2460bd90d925201b7cbc3c0572ada9af8c /balls.c
parentd08483a437bc44ddc7b65b140c9f173815e13a0f (diff)
downloadballs-b5c25416bc7df0e3134731d3337409e2447467d2.zip
correct units of measurement in move() kernel
Diffstat (limited to 'balls.c')
-rw-r--r--balls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/balls.c b/balls.c
index c66a362..dab8961 100644
--- a/balls.c
+++ b/balls.c
@@ -26,7 +26,7 @@
#define RMIN 0.05 /* Minimum radius. */
#define RMAX 0.10 /* Maximum radius. */
-#define VMAX_INIT 0.05 /* Maximum initial velocity. */
+#define VMAX_INIT 1.5 /* Maximum initial velocity. */
enum {
WIDTH = 640,