Merge pull request #1116 from Allofich/paused

Don't update ripple simulation when paused
pull/89/head
scrawl 8 years ago committed by GitHub
commit cac8de0b29

@ -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