1
0
Fork 1
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:
Andrei Kortunov 2021-03-11 11:46:44 +04:00
parent 79c4140ebb
commit 39b7260ab4

View file

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