summaryrefslogtreecommitdiff
path: root/xd.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2017-05-03 10:32:55 +0000
committerIan C <ianc@noddybox.co.uk>2017-05-03 10:32:55 +0000
commitf12a17c4b6efe9803fcacc42653cb61bf98553c4 (patch)
tree5c60c8196a8290d4810ba68038141e6436cb037d /xd.c
parent3196c12dd83bcf88b3448264dc4afff87054541e (diff)
Tweaked follow speed in follow demo.
Diffstat (limited to 'xd.c')
-rw-r--r--xd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xd.c b/xd.c
index 3a9a588..bd6f4dc 100644
--- a/xd.c
+++ b/xd.c
@@ -3661,7 +3661,7 @@ static void TriangleDemo2(void)
/* ---------------------------------------- FOLLOW DEMO
*/
#define FOLLOW_NUM 4000
-#define FOLLOW_SPEED 1
+#define FOLLOW_SPEED 0.5
#define FOLLOW_WEIGHT 0.001
static void FollowDemo(void)