mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04: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