mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 22:20:33 +00:00
Merge pull request #3052 from akortunov/crashfix
Fix a crash during new game
This commit is contained in:
commit
32424b4b6a
@ -1585,6 +1585,9 @@ float SkyManager::getPrecipitationAlpha() const
|
||||
|
||||
void SkyManager::update(float duration)
|
||||
{
|
||||
if (!mEnabled)
|
||||
return;
|
||||
|
||||
switchUnderwaterRain();
|
||||
|
||||
if (mIsStorm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user