debug overlay improvements
This commit is contained in:
parent
6c34d24b8c
commit
f70f3ad450
2 changed files with 3 additions and 7 deletions
|
@ -2095,9 +2095,8 @@ public class Client implements IThreadListener {
|
|||
// "MS: " + (
|
||||
// this.connected != null ? this.connected : "[???]"))),
|
||||
this.renderer.getDebugInfoRenders() + "\n" +
|
||||
this.renderer.getDebugInfoEntities() + "\n" +
|
||||
"Partikel: " + this.effectRenderer.getParticleCount() + ", O: " + this.entities.size() + "\n" +
|
||||
"Chunk-Cache: " + this.chunkMapping.getNumHashElements() + "\n" +
|
||||
"Objekte: " + this.entities.size() + ", P: " + this.effectRenderer.getParticleCount() + ", C: " + this.chunkMapping.getNumHashElements() + ", " +
|
||||
this.renderer.getDebugInfoEntities() + "\n" +
|
||||
String.format("XYZ: %.3f / %.3f / %.3f", this.viewEntity.posX,
|
||||
this.viewEntity.getEntityBoundingBox().minY, this.viewEntity.posZ) + "\n" +
|
||||
String.format("Block: %d %d %d, R: '%s/%s'", pos.getX(), pos.getY(), pos.getZ(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue