1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:53:52 +00:00

Fix quick keys being triggered when in UI mode

This commit is contained in:
scrawl 2013-04-29 11:55:30 +02:00
parent 867c7db014
commit 5ff098b8fb

View file

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