fix(Core): Lower MIN_WANDER_DISTANCE_GROUND (#5693)

This commit is contained in:
Shiroe 2021-05-10 08:58:22 +02:00 committed by GitHub
parent f6f638b46b
commit 0079034d73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
#define RANDOM_POINTS_NUMBER 12
#define RANDOM_LINKS_COUNT 7
#define MIN_WANDER_DISTANCE_GROUND 6.0f
#define MIN_WANDER_DISTANCE_GROUND 1.0f
#define MIN_WANDER_DISTANCE_AIR 10.0f
#define MAX_PATH_LENGHT_FACTOR 1.85f