mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Client/CMenus: Actually process and show all bindings with modifiers
This commit is contained in:
parent
e0876960fc
commit
7d1595f06f
|
@ -893,7 +893,7 @@ void CMenus::RenderSettingsControls(CUIRect MainView)
|
|||
for(auto &Key : gs_aKeys)
|
||||
Key.m_KeyId = Key.m_ModifierCombination = 0;
|
||||
|
||||
for(int Mod = 0; Mod < CBinds::MODIFIER_COUNT; Mod++)
|
||||
for(int Mod = 0; Mod < CBinds::MODIFIER_COMBINATION_COUNT; Mod++)
|
||||
{
|
||||
for(int KeyId = 0; KeyId < KEY_LAST; KeyId++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue