diff options
-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)) |