increase render size

pull/12/head
valoeghese 2020-02-29 17:02:47 +13:00
parent 28a262c01d
commit bf1a947cc6
1 changed files with 1 additions and 1 deletions

View File

@ -151,5 +151,5 @@ public final class LitecraftSave
}
private static final String SAVE_DIR = "./saves/";
private static final int RENDER_SIZE = 8;
private static final int RENDER_SIZE = 10;
}