mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fix shortcuts not working sometimes
This commit is contained in:
@ -305,6 +305,7 @@ CKeyShortcut::CKeyShortcut()
|
|||||||
|
|
||||||
CKeyShortcut::CKeyShortcut(EShortcut key)
|
CKeyShortcut::CKeyShortcut(EShortcut key)
|
||||||
: assignedKey(key)
|
: assignedKey(key)
|
||||||
|
, shortcutPressed(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user