mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Set mode back to GM_Game when mode was not handled.
This commit is contained in:
parent
fb0f8d9386
commit
7c17e27be4
@ -114,6 +114,7 @@ void WindowManager::updateVisible()
|
||||
}
|
||||
|
||||
// All other modes are ignored
|
||||
mode = GM_Game;
|
||||
}
|
||||
|
||||
void WindowManager::setValue (const std::string& id, const MWMechanics::Stat<int>& value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user