Remove extraneous withLabels argument
This commit is contained in:
@@ -72,7 +72,7 @@ public class MinimapRenderer implements Disposable{
|
|||||||
region = new TextureRegion(texture);
|
region = new TextureRegion(texture);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void drawEntities(float x, float y, float w, float h, boolean withLabels){
|
public void drawEntities(float x, float y, float w, float h){
|
||||||
updateUnitArray();
|
updateUnitArray();
|
||||||
|
|
||||||
float sz = baseSize * zoom;
|
float sz = baseSize * zoom;
|
||||||
@@ -101,10 +101,6 @@ public class MinimapRenderer implements Disposable{
|
|||||||
Draw.color();
|
Draw.color();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void drawEntities(float x, float y, float w, float h){
|
|
||||||
drawEntities(x, y, w, h, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
public TextureRegion getRegion(){
|
public TextureRegion getRegion(){
|
||||||
if(texture == null) return null;
|
if(texture == null) return null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user