Doesn't change anywhere? Probably should be final.
This commit is contained in:
parent
57c952a1cd
commit
19a7dba613
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import org.dynmap.ColorScheme;
|
||||||
import org.dynmap.debug.Debug;
|
import org.dynmap.debug.Debug;
|
||||||
|
|
||||||
public class DefaultTileRenderer implements MapTileRenderer {
|
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;
|
private String name;
|
||||||
protected int maximumHeight = 127;
|
protected int maximumHeight = 127;
|
||||||
private ColorScheme colorScheme;
|
private ColorScheme colorScheme;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue