Re-add the render.drawLODs method to clientProxy

Ops.
This commit is contained in:
James Seibel
2021-08-15 08:32:00 -05:00
parent 47ebdb4aee
commit 49a9ff8640
@@ -132,7 +132,7 @@ public class ClientProxy
profiler.pop(); // get out of "terrain"
profiler.push("LOD");
renderer.drawLODs(lodDim, partialTicks, mc.getProfiler());
profiler.pop(); // end LOD
profiler.push("terrain"); // restart "terrain"