Merge pull request #3052 from akortunov/crashfix

Fix a crash during new game
pull/593/head
Chris Djali 4 years ago committed by GitHub
commit 32424b4b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1585,6 +1585,9 @@ float SkyManager::getPrecipitationAlpha() const
void SkyManager::update(float duration)
{
if (!mEnabled)
return;
switchUnderwaterRain();
if (mIsStorm)

Loading…
Cancel
Save