Add a TODO

This commit is contained in:
James Seibel
2021-02-08 10:58:37 -06:00
parent a02e5ba275
commit 79caa72ea9
@@ -97,7 +97,7 @@ public class LodRenderer
// color setup
int alpha = 255; // 0 - 255
float sunBrightness = mc.world.getSunBrightness(partialTicks);
float sunBrightness = mc.world.getSunBrightness(partialTicks); // TODO this only works in dimensions with day night cycles
Color red = new Color(255, 0, 0, alpha);
Color black = new Color(0, 0, 0, alpha);