summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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