mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-19 12:01:17 -07:00
Fixed player names not displaying
This commit is contained in:
parent
454267455b
commit
3d536aa28d
1 changed files with 2 additions and 2 deletions
|
|
@ -245,11 +245,11 @@ public class Renderer extends RendererModule{
|
|||
fog.draw();
|
||||
}
|
||||
|
||||
batch.begin();
|
||||
Graphics.beginCam();
|
||||
EntityDraw.setClip(false);
|
||||
drawAndInterpolate(playerGroup, p -> !p.isDead() && !p.isLocal, Player::drawName);
|
||||
EntityDraw.setClip(true);
|
||||
batch.end();
|
||||
Graphics.end();
|
||||
}
|
||||
|
||||
private void drawFlyerShadows(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue