Fix: The buttons in the Debug menu do not make a clicking sound

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

View file

@ -183,6 +183,8 @@ void UIScene_DebugOverlay::handleInput(int iPad, int key, bool repeat, bool pres
void UIScene_DebugOverlay::handlePress(F64 controlId, F64 childId)
{
ui.PlayUISFX(eSFX_Press);
switch(static_cast<int>(controlId))
{
case eControl_Items: