Skip to content

Commit 3946d2a

Browse files
sapiersapier
sapier
authored and
sapier
committedDec 15, 2013
Reduce cloud coloring for colored fog and cloud mode
1 parent 5fd92d6 commit 3946d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/sky.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ void Sky::update(float time_of_day, float time_brightness,
556556
m_cloudcolor_bright_f.b * m_cloud_brightness,
557557
1.0);
558558
if (m_directional_colored_fog) {
559-
m_cloudcolor_f = m_mix_scolorf(m_cloudcolor_f, video::SColorf(pointcolor), m_horizon_blend() * 0.75);
559+
m_cloudcolor_f = m_mix_scolorf(m_cloudcolor_f, video::SColorf(pointcolor), m_horizon_blend() * 0.25);
560560
}
561561

562562
}

0 commit comments

Comments
 (0)
Please sign in to comment.