mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
fix wait dialog fading
This commit is contained in:
parent
0af869c816
commit
064cb80c0a
@ -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 New Issue
Block a user