Skip to content

Commit

Permalink
Make natural night light as bright as MT 0.4.16 (#9053)
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Oct 18, 2019
1 parent 15b6922 commit 7944060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/daynightratio.h
Expand Up @@ -30,8 +30,8 @@ inline u32 time_to_daynight_ratio(float time_of_day, bool smooth)
t = 24000.0f - t;

const float values[9][2] = {
{4250.0f + 125.0f, 150.0f},
{4500.0f + 125.0f, 150.0f},
{4250.0f + 125.0f, 175.0f},
{4500.0f + 125.0f, 175.0f},
{4750.0f + 125.0f, 250.0f},
{5000.0f + 125.0f, 350.0f},
{5250.0f + 125.0f, 500.0f},
Expand Down

0 comments on commit 7944060

Please sign in to comment.