summaryrefslogtreecommitdiff
path: root/xd.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2017-01-05 15:46:39 +0000
committerIan C <ianc@noddybox.co.uk>2017-01-05 15:46:39 +0000
commit582f20c0b4781b41d8dedda8e2878917d7c16681 (patch)
treec61665a6952e7c966d9714c8a5adeee9e855f90b /xd.c
parentef83b9d6c26c443f34f5f81cdcf1d2b596e822e5 (diff)
Small tweak.
Diffstat (limited to 'xd.c')
-rw-r--r--xd.c4
1 files 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))