summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-21 10:00:39 -0800
committerGitHub <noreply@github.com>2023-02-21 10:00:39 -0800
commitd579f47558eaa27a989c94996bf71b6cc1047ff2 (patch)
tree000bb8514de67c3947be36f1b3f5850c1a3cddc0 /shape.h
parent37b6d988404a280da4a5d7f9f181d0565f7e91fc (diff)
downloadruby-d579f47558eaa27a989c94996bf71b6cc1047ff2.tar.gz
Bump SHAPE_MAX_NUM_IVS to 80 (#7344)
Diffstat (limited to 'shape.h')
-rw-r--r--shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape.h b/shape.h
index 240a88ab72..be7af59380 100644
--- a/shape.h
+++ b/shape.h
@@ -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