fix index out of bound

This commit is contained in:
Sola
2016-10-11 08:17:38 +08:00
parent 82d61269cd
commit 179c28e31c

View File

@@ -76,7 +76,7 @@ public class Block {
}
}
private static final int[][] AVAILABLE = new int[62][0];
private static final int[][] AVAILABLE = new int[70][0];
static {
// @formatter:off