This commit is contained in:
Anuken
2022-10-04 16:10:57 -04:00
parent ca4f710ec2
commit e13fcc5a5f

View File

@@ -141,7 +141,7 @@ public class MinimapRenderer{
float rx = player.x / (world.width() * tilesize) * w;
float ry = player.y / (world.height() * tilesize) * h;
drawLabel(x + rx, y + ry, player.name, player.team().color);
drawLabel(x + rx, y + ry, player.name, player.color);
}
}
}