diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-08 14:56:28 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-08 14:56:28 -0600 |
commit | 20be44ab48c3c8ec94f7eecddd48fc0c5ae18c6e (patch) | |
tree | d78962571412f1e05006f6f38b46c567e707487e /src/entities/generale.h | |
parent | cbc6853814b0d1c4cd58784ee8e5c619c6491323 (diff) |
Shot gun thingy working
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 943ff04..bb8ba05 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 0.1 +#define GENERALE_NEXT_POINT_THRESHOLD 1.0 typedef enum GeneraleZigZag { GENERALE_ZIG, |