diff options
author | Ian C <ianc@noddybox.co.uk> | 2017-01-05 15:46:39 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2017-01-05 15:46:39 +0000 |
commit | 582f20c0b4781b41d8dedda8e2878917d7c16681 (patch) | |
tree | c61665a6952e7c966d9714c8a5adeee9e855f90b | |
parent | ef83b9d6c26c443f34f5f81cdcf1d2b596e822e5 (diff) |
Small tweak.
-rw-r--r-- | xd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |