1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-28 18:41:34 +00:00

Merged pull request #1703

This commit is contained in:
Marc Zinnschlag 2018-05-13 09:08:40 +02:00
commit 0f22600a98

View file

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