1
0
Fork 1
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:
David Cernat 2018-05-09 07:33:45 +03:00
parent 3197ebd8e7
commit 32d71de2f5

View file

@ -913,6 +913,9 @@ namespace MWGui
updateMap();
if (!mMap->isVisible())
mMap->onFrame(frameDuration);
mHud->onFrame(frameDuration);
mDebugWindow->onFrame(frameDuration);