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

@ -355,8 +355,7 @@ if(heldItemId == ITEM_LIGHT_SOURCES || heldItemId2 == ITEM_LIGHT_SOURCES) HELD_I
#endif
#if defined Seasons && defined WORLD && !defined ENTITIES && !defined BLOCKENTITIES && !defined HAND
float blank = 0.0;
YearCycleColor(color.rgb, gl_Color.rgb, blank, mc_Entity.x == BLOCK_AIR_WAVING);
YearCycleColor(color.rgb, gl_Color.rgb, mc_Entity.x == BLOCK_AIR_WAVING, true);
#endif
#ifdef TAA_UPSCALING