mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
changed sky color and made new style leaves a bit more bright
This commit is contained in:
@@ -1182,7 +1182,8 @@ void MapBlock::updateMesh(u32 daynight_ratio)
|
||||
*/
|
||||
else if(n.d == CONTENT_LEAVES && new_style_leaves)
|
||||
{
|
||||
u8 l = decode_light(n.getLightBlend(daynight_ratio));
|
||||
/*u8 l = decode_light(n.getLightBlend(daynight_ratio));*/
|
||||
u8 l = decode_light(undiminish_light(n.getLightBlend(daynight_ratio)));
|
||||
video::SColor c(255,l,l,l);
|
||||
|
||||
for(u32 j=0; j<6; j++)
|
||||
|
Reference in New Issue
Block a user