mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Fix bug #2715
This commit is contained in:
parent
efad4efe19
commit
ad6764fa6a
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue