improve transformer comment

This commit is contained in:
James Seibel
2026-02-18 07:08:44 -06:00
parent 962f20460c
commit 364f8f7afc
@@ -384,7 +384,7 @@ public class FullDataToRenderDataTransformer
// is false, since otherwise the blocks underneath may have a light value of "0" // is false, since otherwise the blocks underneath may have a light value of "0"
// which makes things look darker than they should. // which makes things look darker than they should.
// This can specifically manifest as grid lines on LOD borders // This can specifically manifest as grid lines on LOD borders
// (not sure why grid lines on LOD borders, but here we are). // (not entire sure why grid lines on LOD borders, maybe it has to do with the fact that those LODs aren't occluded?).
skylightToApplyToNextBlock = skyLight; skylightToApplyToNextBlock = skyLight;
blocklightToApplyToNextBlock = blockLight; blocklightToApplyToNextBlock = blockLight;
} }