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