mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 19:45:34 +00:00
fix wait dialog fading
This commit is contained in:
parent
0af869c816
commit
064cb80c0a
1 changed files with 2 additions and 2 deletions
|
@ -332,6 +332,8 @@ void RenderingManager::update (float duration, bool paused)
|
|||
}
|
||||
mOcclusionQuery->update(duration);
|
||||
|
||||
mRendering.update(duration);
|
||||
|
||||
if(paused)
|
||||
{
|
||||
Ogre::ControllerManager::getSingleton().setTimeFactor(0.f);
|
||||
|
@ -350,8 +352,6 @@ void RenderingManager::update (float duration, bool paused)
|
|||
|
||||
mSkyManager->setGlare(mOcclusionQuery->getSunVisibility());
|
||||
|
||||
mRendering.update(duration);
|
||||
|
||||
MWWorld::RefData &data =
|
||||
MWBase::Environment::get()
|
||||
.getWorld()
|
||||
|
|
Loading…
Reference in a new issue