Rotation profiles limited to 8

This commit is contained in:
MihailRis
2024-01-04 21:48:41 +03:00
parent 6542bcbc6a
commit c35057d1de
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ struct CoordSystem {
};
struct BlockRotProfile {
static const int MAX_COUNT = 16;
static const int MAX_COUNT = 8;
std::string name;
CoordSystem variants[MAX_COUNT];