mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Reduce cloud coloring for colored fog and cloud mode
This commit is contained in:
parent
5fd92d67d5
commit
3946d2a504
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ void Sky::update(float time_of_day, float time_brightness,
|
|||
m_cloudcolor_bright_f.b * m_cloud_brightness,
|
||||
1.0);
|
||||
if (m_directional_colored_fog) {
|
||||
m_cloudcolor_f = m_mix_scolorf(m_cloudcolor_f, video::SColorf(pointcolor), m_horizon_blend() * 0.75);
|
||||
m_cloudcolor_f = m_mix_scolorf(m_cloudcolor_f, video::SColorf(pointcolor), m_horizon_blend() * 0.25);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue