Skip to content

Commit 7944060

Browse files
authored
Make natural night light as bright as MT 0.4.16 (#9053)
1 parent 15b6922 commit 7944060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/daynightratio.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ inline u32 time_to_daynight_ratio(float time_of_day, bool smooth)
3030
t = 24000.0f - t;
3131

3232
const float values[9][2] = {
33-
{4250.0f + 125.0f, 150.0f},
34-
{4500.0f + 125.0f, 150.0f},
33+
{4250.0f + 125.0f, 175.0f},
34+
{4500.0f + 125.0f, 175.0f},
3535
{4750.0f + 125.0f, 250.0f},
3636
{5000.0f + 125.0f, 350.0f},
3737
{5250.0f + 125.0f, 500.0f},

0 commit comments

Comments
 (0)