mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Convert entity glow value to color space before adding to the light
This commit is contained in:
@@ -881,7 +881,7 @@ void GenericCAO::updateLight(u32 day_night_ratio)
|
||||
if (!pos_ok)
|
||||
light_at_pos = LIGHT_SUN;
|
||||
|
||||
video::SColor light = encode_light(light_at_pos, m_prop.glow);
|
||||
video::SColor light = encode_light(light_at_pos, decode_light(m_prop.glow));
|
||||
if (!m_enable_shaders)
|
||||
final_color_blend(&light, light_at_pos, day_night_ratio);
|
||||
|
||||
|
Reference in New Issue
Block a user