forked from mirror/openmw-tes3mp
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.mCloudSpeed = current.mCloudSpeed;
|
||||||
result.mCloudOpacity = lerp(current.mCloudOpacity, other.mCloudOpacity);
|
result.mCloudOpacity = lerp(current.mCloudOpacity, other.mCloudOpacity);
|
||||||
result.mGlareView = lerp(current.mGlareView, other.mGlareView);
|
result.mGlareView = lerp(current.mGlareView, other.mGlareView);
|
||||||
|
result.mNightFade = lerp(current.mNightFade, other.mNightFade);
|
||||||
|
|
||||||
result.mNight = current.mNight;
|
result.mNight = current.mNight;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue