elevation is gone but this time I'm not doing the crab rave meme
This commit is contained in:
@@ -135,7 +135,7 @@ public class MinimapRenderer implements Disposable{
|
||||
|
||||
private int colorFor(Tile tile){
|
||||
tile = tile.target();
|
||||
return ColorMapper.colorFor(tile.floor(), tile.block(), tile.getTeam(), tile.getElevation(), tile.getCliffs());
|
||||
return ColorMapper.colorFor(tile.floor(), tile.block(), tile.getTeam());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user