mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-21 20:18:06 +07:00
Fixed player names not displaying
This commit is contained in:
parent
454267455b
commit
3d536aa28d
@ -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…
Reference in New Issue
Block a user