mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-03 10:06:43 +00:00
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
|
crussell187
|
||||||
DanielVukelich
|
DanielVukelich
|
||||||
darkf
|
darkf
|
||||||
|
David Cernat (davidcernat)
|
||||||
devnexen
|
devnexen
|
||||||
Dieho
|
Dieho
|
||||||
Dmitry Shkurskiy (endorph)
|
Dmitry Shkurskiy (endorph)
|
||||||
|
|
|
@ -956,6 +956,9 @@ namespace MWGui
|
||||||
|
|
||||||
updateMap();
|
updateMap();
|
||||||
|
|
||||||
|
if (!mMap->isVisible())
|
||||||
|
mMap->onFrame(frameDuration);
|
||||||
|
|
||||||
mHud->onFrame(frameDuration);
|
mHud->onFrame(frameDuration);
|
||||||
|
|
||||||
mDebugWindow->onFrame(frameDuration);
|
mDebugWindow->onFrame(frameDuration);
|
||||||
|
|
Loading…
Reference in a new issue