summaryrefslogtreecommitdiff
path: root/xd.c
diff options
context:
space:
mode:
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))