forked from teamnwah/openmw-tes3coop
Do not hide pinned windows during loadings
This commit is contained in:
parent
96f1b3eb1e
commit
be9d49c510
1 changed files with 6 additions and 0 deletions
|
@ -424,6 +424,12 @@ void WindowManager::updateVisible()
|
|||
MyGUI::PointerManager::getInstance().setVisible(false);
|
||||
break;
|
||||
case GM_Loading:
|
||||
// Show the pinned windows
|
||||
mMap->setVisible(mMap->pinned());
|
||||
mStatsWindow->setVisible(mStatsWindow->pinned());
|
||||
mInventoryWindow->setVisible(mInventoryWindow->pinned());
|
||||
mSpellWindow->setVisible(mSpellWindow->pinned());
|
||||
|
||||
MyGUI::PointerManager::getInstance().setVisible(false);
|
||||
break;
|
||||
case GM_Video:
|
||||
|
|
Loading…
Reference in a new issue