Exception parsing cleanup

This commit is contained in:
Anuken 2020-06-18 18:47:34 -04:00
parent fa2df57021
commit 31708b9af7
10 changed files with 22 additions and 14 deletions

View file

@ -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++){