mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 17:15:32 +00:00
Update MapWindow every frame, not just when it's open (bug #4279)
This commit is contained in:
parent
3197ebd8e7
commit
32d71de2f5
1 changed files with 3 additions and 0 deletions
|
@ -913,6 +913,9 @@ namespace MWGui
|
|||
|
||||
updateMap();
|
||||
|
||||
if (!mMap->isVisible())
|
||||
mMap->onFrame(frameDuration);
|
||||
|
||||
mHud->onFrame(frameDuration);
|
||||
|
||||
mDebugWindow->onFrame(frameDuration);
|
||||
|
|
Loading…
Reference in a new issue