mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fix: The buttons in the Help and Options menu do not make a clicking sound
This commit is contained in:
parent
ecb3f00bd6
commit
ab8393cba6
|
|
@ -207,6 +207,8 @@ void UIScene_HelpAndOptionsMenu::handleInput(int iPad, int key, bool repeat, boo
|
|||
|
||||
void UIScene_HelpAndOptionsMenu::handlePress(F64 controlId, F64 childId)
|
||||
{
|
||||
ui.PlayUISFX(eSFX_Press);
|
||||
|
||||
switch(static_cast<int>(controlId))
|
||||
{
|
||||
case BUTTON_HAO_CHANGESKIN:
|
||||
|
|
|
|||
Loading…
Reference in a new issue