mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 22:06:45 +00:00
Merge branch 'next' into weather
Conflicts: apps/openmw/mwrender/renderingmanager.cpp
This commit is contained in:
commit
705d85e7d1
3 changed files with 3 additions and 4 deletions
|
@ -162,9 +162,6 @@ bool OMW::Engine::frameRenderingQueued (const Ogre::FrameEvent& evt)
|
||||||
// report focus object (for debugging)
|
// report focus object (for debugging)
|
||||||
if (mReportFocus)
|
if (mReportFocus)
|
||||||
updateFocusReport (mEnvironment.mFrameDuration);
|
updateFocusReport (mEnvironment.mFrameDuration);
|
||||||
|
|
||||||
// update ogre renderer
|
|
||||||
mOgre->update(evt.timeSinceLastFrame);
|
|
||||||
}
|
}
|
||||||
catch (const std::exception& e)
|
catch (const std::exception& e)
|
||||||
{
|
{
|
||||||
|
|
|
@ -128,6 +128,8 @@ void RenderingManager::update (float duration){
|
||||||
mActors.update (duration);
|
mActors.update (duration);
|
||||||
|
|
||||||
mSkyManager->update(duration);
|
mSkyManager->update(duration);
|
||||||
|
|
||||||
|
mRendering.update(duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RenderingManager::skyEnable ()
|
void RenderingManager::skyEnable ()
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b77f5c06cc3fd818a5efbbb42d6c2a079fa91143
|
Subproject commit eb61ba59e64c332931c12251cac40de5836ff9cd
|
Loading…
Reference in a new issue