mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Fix a crash during new game
This commit is contained in:
parent
79c4140ebb
commit
39b7260ab4
1 changed files with 3 additions and 0 deletions
|
@ -1585,6 +1585,9 @@ float SkyManager::getPrecipitationAlpha() const
|
|||
|
||||
void SkyManager::update(float duration)
|
||||
{
|
||||
if (!mEnabled)
|
||||
return;
|
||||
|
||||
switchUnderwaterRain();
|
||||
|
||||
if (mIsStorm)
|
||||
|
|
Loading…
Reference in a new issue