From d2056d824f5cb7aa6b40aa747b8e2de7c06cd8a8 Mon Sep 17 00:00:00 2001 From: TomTheFurry <46843632+TomTheFurry@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:22:19 +0800 Subject: [PATCH] Slight cleanup of lodRenderer --- src/main/java/com/seibel/lod/core/render/LodRenderer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/seibel/lod/core/render/LodRenderer.java b/src/main/java/com/seibel/lod/core/render/LodRenderer.java index 8f06d14a6..58b509bc3 100644 --- a/src/main/java/com/seibel/lod/core/render/LodRenderer.java +++ b/src/main/java/com/seibel/lod/core/render/LodRenderer.java @@ -141,8 +141,8 @@ public class LodRenderer * Besides drawing the LODs this method also starts * the async process of generating the Buffers that hold those LODs. * @param lodDim The dimension to draw, if null doesn't replace the current dimension. - * @param mcModelViewMatrix This matrix stack should come straight from MC's renderChunkLayer (or future equivalent) method - * @param mcProjectionMatrix + * @param baseModelViewMatrix This matrix stack should come straight from MC's renderChunkLayer (or future equivalent) method + * @param baseProjectionMatrix * @param partialTicks how far into the current tick this method was called. */ public void drawLODs(LodDimension lodDim, Mat4f baseModelViewMatrix, Mat4f baseProjectionMatrix, float partialTicks, IProfilerWrapper profiler)