Add a TODO to the renderer

This commit is contained in:
James Seibel
2021-01-30 14:43:47 -06:00
parent 4d273c7b8a
commit ca6e165bbb
@@ -317,7 +317,10 @@ public class LodRenderer
int green;
int blue;
int alpha;
// TODO set the brightness level
// chunk.getWorld().getSunBrightness(partialTicks)
bufferBuilder.begin(GL11.GL_QUADS, DefaultVertexFormats.POSITION_COLOR);
int colorIndex = 0;