mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Update MapWindow every frame, not just when it's open (bug #4279)
This commit is contained in:
parent
3197ebd8e7
commit
32d71de2f5
@ -913,6 +913,9 @@ namespace MWGui
|
||||
|
||||
updateMap();
|
||||
|
||||
if (!mMap->isVisible())
|
||||
mMap->onFrame(frameDuration);
|
||||
|
||||
mHud->onFrame(frameDuration);
|
||||
|
||||
mDebugWindow->onFrame(frameDuration);
|
||||
|
Loading…
x
Reference in New Issue
Block a user