Rotation profiles limited to 8
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user