mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-22 07:21:26 +00:00
Merge pull request #1116 from Allofich/paused
Don't update ripple simulation when paused
This commit is contained in:
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…
x
Reference in New Issue
Block a user