mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-21 12:06:49 +02:00
Fix shortcuts not working sometimes
This commit is contained in:
parent
f61cc4c8f6
commit
c0f0c3cedd
@ -305,6 +305,7 @@ CKeyShortcut::CKeyShortcut()
|
|||||||
|
|
||||||
CKeyShortcut::CKeyShortcut(EShortcut key)
|
CKeyShortcut::CKeyShortcut(EShortcut key)
|
||||||
: assignedKey(key)
|
: assignedKey(key)
|
||||||
|
, shortcutPressed(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user