Doesn't change anywhere? Probably should be final.

This commit is contained in:
alron 2011-03-12 01:38:34 -08:00
parent 57c952a1cd
commit 19a7dba613

View File

@ -14,7 +14,7 @@ import org.dynmap.ColorScheme;
import org.dynmap.debug.Debug;
public class DefaultTileRenderer implements MapTileRenderer {
protected static Color translucent = new Color(0, 0, 0, 0);
protected static final Color translucent = new Color(0, 0, 0, 0);
private String name;
protected int maximumHeight = 127;
private ColorScheme colorScheme;