Some minor queued block fixes

This commit is contained in:
Anuken
2019-09-30 22:12:02 -04:00
parent c9e969c7b4
commit 4bc37ab065
5 changed files with 57 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ import static io.anuke.arc.Core.*;
public class Vars implements Loadable{
/** Whether to load locales.*/
public static boolean loadLocales = true;
/** Maximum number of broken blocks.*/
public static final int maxBrokenBlocks = 256;
/** IO buffer size. */
public static final int bufferSize = 8192;
/** global charset, since Android doesn't support the Charsets class */