mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 09:26:08 +03:00
12 lines
546 B
Diff
12 lines
546 B
Diff
--- ../src-base/minecraft/net/minecraft/client/renderer/RenderGlobal.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/renderer/RenderGlobal.java
|
|
@@ -948,7 +948,7 @@
|
|
}
|
|
else
|
|
{
|
|
- this.mc.mcProfiler.startSection("build near");
|
|
+ this.mc.mcProfiler.startSection("build1 near");
|
|
this.renderDispatcher.updateChunkNow(renderchunk4);
|
|
renderchunk4.clearNeedsUpdate();
|
|
this.mc.mcProfiler.endSection();
|