summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-09 11:03:29 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-09 11:03:29 -0400
commit3e5e23aa1448ab7caad58ccd6dea4a93c398706e (patch)
tree3de5e0be2873b97af02e55f058a6f2db81dc8e19
parentc3e7587dfcfb51748be7861ba0f06e1d2aa9b87b (diff)
downloadballs-3e5e23aa1448ab7caad58ccd6dea4a93c398706e.zip
increase initial velocity
-rw-r--r--balls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/balls.cpp b/balls.cpp
index de3aa54..e20e954 100644
--- a/balls.cpp
+++ b/balls.cpp
@@ -1,6 +1,6 @@
#include "balls.h"
-#define VMAX_INIT 0.05
+#define VMAX_INIT 0.1
/* max initial velocity [m/frame] */
#define RMIN 0.05
#define RMAX 0.10