Don't update ripple simulation when paused

coverity_scan^2
Allofich 8 years ago
parent 8a8aa664e3
commit 19db070fca

@ -458,9 +458,9 @@ namespace MWRender
{
mEffectManager->update(dt);
mSky->update(dt);
mWater->update(dt);
}
mWater->update(dt);
mCamera->update(dt, paused);
osg::Vec3f focal, cameraPos;

Loading…
Cancel
Save