BuildingLayer: make POST_AA public

This commit is contained in:
Emux 2017-12-19 11:42:37 +02:00
parent 95bbc5ea3e
commit 1404d21838
No known key found for this signature in database
GPG Key ID: 89C6921D7AF2BDD0

View File

@ -49,7 +49,7 @@ public class BuildingLayer extends Layer implements TileLoaderThemeHook {
private final static int MIN_ZOOM = 17;
private final static int MAX_ZOOM = 17;
private final static boolean POST_AA = false;
public static boolean POST_AA = false;
public static boolean TRANSLUCENT = true;
private static final Object BUILDING_DATA = BuildingLayer.class.getName();