1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fix shortcuts not working sometimes

This commit is contained in:
Ivan Savenko 2023-07-13 19:31:37 +03:00
parent f61cc4c8f6
commit c0f0c3cedd

View File

@ -305,6 +305,7 @@ CKeyShortcut::CKeyShortcut()
CKeyShortcut::CKeyShortcut(EShortcut key)
: assignedKey(key)
, shortcutPressed(false)
{
}