Fix quick keys being triggered when in UI mode

actorid
scrawl 12 years ago
parent 867c7db014
commit 5ff098b8fb

@ -679,7 +679,8 @@ namespace MWInput
void InputManager::quickKey (int index)
{
mWindows.activateQuickKey (index);
if (!mWindows.isGuiMode())
mWindows.activateQuickKey (index);
}
void InputManager::showQuickKeysMenu()

Loading…
Cancel
Save