mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
Exception parsing cleanup
This commit is contained in:
parent
fa2df57021
commit
31708b9af7
10 changed files with 22 additions and 14 deletions
|
|
@ -542,7 +542,7 @@ public class ApplicationTests{
|
|||
|
||||
@Test
|
||||
void allBlockTest(){
|
||||
Tiles tiles = world.resize(256*2 + 20, 10);
|
||||
Tiles tiles = world.resize(256*3 + 20, 10);
|
||||
|
||||
world.beginMapLoad();
|
||||
for(int x = 0; x < tiles.width; x++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue