Make natural night light as bright as MT 0.4.16 (#9053)

This commit is contained in:
Paramat 2019-10-18 21:54:44 +01:00 committed by GitHub
parent 15b6922ae6
commit 79440605ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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},