From 582f20c0b4781b41d8dedda8e2878917d7c16681 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 5 Jan 2017 15:46:39 +0000 Subject: Small tweak. --- xd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xd.c b/xd.c index e544851..548c3da 100644 --- a/xd.c +++ b/xd.c @@ -3699,12 +3699,12 @@ static void FollowDemo(void) if (d_x == 0) { - d_x = 0.0001; + d_x = 0.000001; } if (d_y == 0) { - d_y = 0.0001; + d_y = 0.000001; } if (fabs(d_x) > fabs(d_y)) -- cgit v1.2.3