diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-11 17:56:54 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-11 17:56:54 -0600 |
commit | 720467f4b295d86aac8acb75c78822c21fcba281 (patch) | |
tree | 4da746a9b978e710901271ba28adf5c8863a416e /src/entities/generale.h | |
parent | 71f748a76ef0b86b6377ea82cb2e7e785d28b647 (diff) |
Fixed frame rate issue (should have fixed it a month ago)
Diffstat (limited to 'src/entities/generale.h')
-rw-r--r-- | src/entities/generale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/generale.h b/src/entities/generale.h index f400e31..304ed20 100644 --- a/src/entities/generale.h +++ b/src/entities/generale.h @@ -6,7 +6,7 @@ #define GENERALE_ZIGZAG_SIZE_MIN 5.0 #define GENERALE_ZIGZAG_SIZE_MAX 100.0 -#define GENERALE_NEXT_POINT_THRESHOLD 1.0 +#define GENERALE_NEXT_POINT_THRESHOLD 60.0 #define GENERALE_LASER_TRACKING_SPEED 10.0 #define GENERALE_LASER_MAX_DISTANCE 100.0 |