mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 04:45:33 +00:00
Don't show version text in the pause menu
This commit is contained in:
parent
512ee1204e
commit
72df9e77c6
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ namespace MWGui
|
|||
MWBase::StateManager::State state = MWBase::Environment::get().getStateManager()->getState();
|
||||
|
||||
showBackground(state == MWBase::StateManager::State_NoGame);
|
||||
mVersionText->setVisible(state == MWBase::StateManager::State_NoGame);
|
||||
|
||||
std::vector<std::string> buttons;
|
||||
|
||||
|
|
Loading…
Reference in a new issue