Extra legacy block substitution / iOS fixes
This commit is contained in:
@@ -23,7 +23,7 @@ public class BlockRenderer implements Disposable{
|
||||
public static final int crackRegions = 8, maxCrackSize = 9;
|
||||
|
||||
private static final int initialRequests = 32 * 32;
|
||||
private static final int expandr = 9;
|
||||
private static final int expandr = 10;
|
||||
private static final Color shadowColor = new Color(0, 0, 0, 0.71f);
|
||||
|
||||
public final FloorRenderer floor = new FloorRenderer();
|
||||
|
||||
Reference in New Issue
Block a user