Modifier reordering

This commit is contained in:
Anuken
2020-07-17 19:00:39 -04:00
parent 521e3c773f
commit 6b3039dba2
20 changed files with 40 additions and 32 deletions

View File

@@ -18,7 +18,7 @@ import static mindustry.Vars.*;
public class FloorRenderer implements Disposable{
//TODO find out number with best performance
private final static int chunksize = mobile ? 16 : 32;
private static final int chunksize = mobile ? 16 : 32;
private Chunk[][] cache;
private MultiCacheBatch cbatch;