Remove labels from minimap, keep on larger map

This commit is contained in:
Max O'Cull
2019-10-12 12:41:26 -04:00
parent 23b7176d5a
commit 243862804a
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public class Minimap extends Table{
Draw.rect(renderer.minimap.getRegion(), x + width / 2f, y + height / 2f, width, height);
if(renderer.minimap.getTexture() != null){
renderer.minimap.drawEntities(x, y, width, height);
renderer.minimap.drawEntities(x, y, width, height, false);
}
}
}).size(140f);