mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 03:45:35 +00:00
night transition fix
This commit is contained in:
parent
e492a69c8f
commit
b36c0d95b8
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ WeatherResult WeatherManager::transition(float factor)
|
|||
result.mCloudSpeed = current.mCloudSpeed;
|
||||
result.mCloudOpacity = lerp(current.mCloudOpacity, other.mCloudOpacity);
|
||||
result.mGlareView = lerp(current.mGlareView, other.mGlareView);
|
||||
result.mNightFade = lerp(current.mNightFade, other.mNightFade);
|
||||
|
||||
result.mNight = current.mNight;
|
||||
|
||||
|
|
Loading…
Reference in a new issue