Feat/gui enhancements (#54)

fix slider sounds
fix button sounds in settings page

---------

Co-authored-by: DrPerkyLegit <116128211+DrPerkyLegit@users.noreply.github.com>
Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/54
Co-authored-by: DrPerkyLegit <6+drperkylegit@noreply.neolegacy.dev>
Co-committed-by: DrPerkyLegit <6+drperkylegit@noreply.neolegacy.dev>
This commit is contained in:
DrPerkyLegit
2026-07-19 15:42:27 +01:00
committed by TheHuckle
co-authored by DrPerkyLegit
parent a248586ad9
commit 18136070c1
7 changed files with 36 additions and 10 deletions
@@ -211,7 +211,7 @@ void UIScene_SettingsOptionsMenu::handleSliderMove(F64 sliderId, F64 currentValu
int sliderIdInt = static_cast<int>(sliderId);
int value = static_cast<int>(currentValue);
ui.PlayUISFX(eSFX_Scroll);
m_multiList.handleSliderMove(sliderIdInt, value);
switch(sliderIdInt)
{