1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00
This commit is contained in:
scrawl 2015-06-20 17:08:46 +02:00
parent efad4efe19
commit ad6764fa6a

View File

@ -351,9 +351,11 @@ namespace MWRender
void RenderingManager::update(float dt, bool paused)
{
if (!paused)
{
mEffectManager->update(dt);
mSky->update(dt);
}
mSky->update(dt);
mWater->update(dt);
mCamera->update(dt, paused);