fix tiny issue with seasons on DH LODS

This commit is contained in:
Xonk
2024-05-10 14:53:39 -04:00
parent 4e00602b33
commit 23b44f78ca
3 changed files with 13 additions and 15 deletions

View File

@ -90,8 +90,7 @@ void main() {
#if defined Seasons && defined OVERWORLD_SHADER
float blank = 0.0;
YearCycleColor(gcolor.rgb, gl_Color.rgb, blank, dhMaterialId == DH_BLOCK_LEAVES);
YearCycleColor(gcolor.rgb, gl_Color.rgb, dhMaterialId == DH_BLOCK_LEAVES, dh_material_id == DH_BLOCK_GRASS);
#endif
#if DOF_QUALITY == 5