change render size back because lag

pull/12/head
valoeghese 2020-03-02 20:49:41 +13:00
parent 0361b799a8
commit 598ce5f625
1 changed files with 1 additions and 1 deletions

View File

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