X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fdaynightratio.h;h=538767cad94c33ee4d762269361e9ee3bfbb9738;hb=847198edb6fb906165bf0b2b9518d0e6a0677722;hp=5986da5fcdf8d9258f62c5594925e9fb1ab01b9e;hpb=0cc85a7dc6d7840c47dbd9a9193f5eaaee10dad3;p=dragonfireclient.git diff --git a/src/daynightratio.h b/src/daynightratio.h index 5986da5fc..538767cad 100644 --- a/src/daynightratio.h +++ b/src/daynightratio.h @@ -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},