This commit is contained in:
Anuken
2020-10-02 20:23:37 -04:00
parent 5861fe61b2
commit 43936b536e
12 changed files with 5 additions and 23 deletions

View File

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