From cea4fd2b27bd266a3dcb8f9ddf9b434ba00c60ad Mon Sep 17 00:00:00 2001 From: lhofhansl Date: Thu, 16 Jan 2020 08:12:34 -0800 Subject: Increase star count to 1000 and decrease radius slightly (#9307) * Increase star count to 1000 and decrease radius slightly. * Adjust star width. --- src/client/sky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/sky.cpp') diff --git a/src/client/sky.cpp b/src/client/sky.cpp index 346cd0642..b7f0b4c33 100644 --- a/src/client/sky.cpp +++ b/src/client/sky.cpp @@ -269,7 +269,7 @@ void Sky::render() (0.25 - fabs(wicked_time_of_day < 0.5 ? wicked_time_of_day : (1.0 - wicked_time_of_day))) * 20)); float f = starbrightness; - float d = 0.007 / 2; + float d = 0.006f / 2.0f; video::SColor starcolor(255, f * 90, f * 90, f * 90); // Stars are only drawn when brighter than skycolor if (starcolor.getBlue() < m_skycolor.getBlue()) -- cgit v1.2.3