forked from mirror/openmw-tes3mp
Merge pull request #425 from OpenMW/master
Add OpenMW commits up to 13 May 2018
This commit is contained in:
commit
9b9dd4abaf
2 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,7 @@ Programmers
|
|||
crussell187
|
||||
DanielVukelich
|
||||
darkf
|
||||
David Cernat (davidcernat)
|
||||
devnexen
|
||||
Dieho
|
||||
Dmitry Shkurskiy (endorph)
|
||||
|
|
|
@ -956,6 +956,9 @@ namespace MWGui
|
|||
|
||||
updateMap();
|
||||
|
||||
if (!mMap->isVisible())
|
||||
mMap->onFrame(frameDuration);
|
||||
|
||||
mHud->onFrame(frameDuration);
|
||||
|
||||
mDebugWindow->onFrame(frameDuration);
|
||||
|
|
Loading…
Reference in a new issue