mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 06:17:38 +00:00
some arrays had number bounds while it should have been MAX_EDGE
This commit is contained in:
@@ -39,7 +39,7 @@ hyperpoint adist(ld a, ld x) {
|
||||
return spin(a) * xpush(x) * C0;
|
||||
}
|
||||
|
||||
typedef pair<transmatrix, array<transmatrix, 8>> matrixitem;
|
||||
typedef pair<transmatrix, array<transmatrix, MAX_EDGE>> matrixitem;
|
||||
|
||||
struct mesher {
|
||||
eGeometry g;
|
||||
|
Reference in New Issue
Block a user