Fix: The buttons in the Help and Options menu do not make a clicking sound

This commit is contained in:
Adem Kurt 2026-03-19 15:20:49 +03:00 committed by GitHub
parent ecb3f00bd6
commit ab8393cba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: