Add a reminder comment to MixinWorldRenderer

This commit is contained in:
James Seibel
2021-11-08 19:28:16 -06:00
parent 47988ec0da
commit 5eed9dae40
@@ -55,6 +55,7 @@ public class MixinWorldRenderer
previousPartialTicks = partialTicks;
}
// HEAD or RETURN
@Inject(at = @At("HEAD"), method = "renderChunkLayer(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/PoseStack;DDDLcom/mojang/math/Matrix4f;)V")
private void renderChunkLayer(RenderType renderType, PoseStack modelViewMatrixStack, double cameraXBlockPos, double cameraYBlockPos, double cameraZBlockPos, Matrix4f projectionMatrix, CallbackInfo callback)
{