mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
Fix bug #2715
This commit is contained in:
parent
efad4efe19
commit
ad6764fa6a
@ -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…
x
Reference in New Issue
Block a user