mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: An option value with an invalid value type would eat all key events when being selected.
This commit is contained in:
parent
4d2b9fbe1b
commit
74c326e9b2
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ public:
|
||||||
SetSelection(Selection);
|
SetSelection(Selection);
|
||||||
S_Sound (CHAN_VOICE | CHAN_UI, "menu/change", snd_menuvolume, ATTN_NONE);
|
S_Sound (CHAN_VOICE | CHAN_UI, "menu/change", snd_menuvolume, ATTN_NONE);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return FOptionMenuItem::MenuEvent(mkey, fromcontroller);
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue