mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 03:53:52 +00:00
Don't update ripple simulation when paused
This commit is contained in:
parent
8a8aa664e3
commit
19db070fca
1 changed files with 1 additions and 1 deletions
|
@ -458,9 +458,9 @@ namespace MWRender
|
||||||
{
|
{
|
||||||
mEffectManager->update(dt);
|
mEffectManager->update(dt);
|
||||||
mSky->update(dt);
|
mSky->update(dt);
|
||||||
|
mWater->update(dt);
|
||||||
}
|
}
|
||||||
|
|
||||||
mWater->update(dt);
|
|
||||||
mCamera->update(dt, paused);
|
mCamera->update(dt, paused);
|
||||||
|
|
||||||
osg::Vec3f focal, cameraPos;
|
osg::Vec3f focal, cameraPos;
|
||||||
|
|
Loading…
Reference in a new issue