Fix water ripple cleanup (bug #5246)

This commit is contained in:
Capostrophic 2020-02-19 23:26:42 +03:00
parent e1f0504557
commit 3787625e61
2 changed files with 2 additions and 0 deletions

View file

@ -1106,6 +1106,7 @@ namespace MWRender
void RenderingManager::notifyWorldSpaceChanged()
{
mEffectManager->clear();
mWater->clearRipples();
}
void RenderingManager::clear()