ENH:allow more same color objects arrange together

Change-Id: I87a9de3c5ed540c87fdebfe4e69ffa539d78ce40

STUDIO-2462

STUDIO-2463
This commit is contained in:
manch1n 2023-03-17 17:09:05 +08:00 committed by Lane.Wei
parent 1f1e5894bb
commit 797c211203
2 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,7 @@
#include <type_traits>
#include <limits>
#define MAX_NUM_PLATES 50
#define MAX_NUM_PLATES 36
#if defined(_MSC_VER) && _MSC_VER <= 1800 || __cplusplus < 201103L
#define BP2D_NOEXCEPT