Skip to content

Commit

Permalink
Bump SHAPE_MAX_NUM_IVS to 80 (#7344)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Feb 21, 2023
1 parent 37b6d98 commit d579f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shape.h
Expand Up @@ -31,7 +31,7 @@ typedef uint16_t shape_id_t;
# define SHAPE_BITMAP_SIZE 16384

# define SHAPE_MAX_VARIATIONS 8
# define SHAPE_MAX_NUM_IVS 50
# define SHAPE_MAX_NUM_IVS 80

# define MAX_SHAPE_ID (SHAPE_MASK - 1)
# define INVALID_SHAPE_ID SHAPE_MASK
Expand Down

0 comments on commit d579f47

Please sign in to comment.