Fixed player names not displaying
This commit is contained in:
@@ -245,11 +245,11 @@ public class Renderer extends RendererModule{
|
|||||||
fog.draw();
|
fog.draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
batch.begin();
|
Graphics.beginCam();
|
||||||
EntityDraw.setClip(false);
|
EntityDraw.setClip(false);
|
||||||
drawAndInterpolate(playerGroup, p -> !p.isDead() && !p.isLocal, Player::drawName);
|
drawAndInterpolate(playerGroup, p -> !p.isDead() && !p.isLocal, Player::drawName);
|
||||||
EntityDraw.setClip(true);
|
EntityDraw.setClip(true);
|
||||||
batch.end();
|
Graphics.end();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void drawFlyerShadows(){
|
private void drawFlyerShadows(){
|
||||||
|
|||||||
Reference in New Issue
Block a user