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:
committed by
TheHuckle
co-authored by
DrPerkyLegit
parent
a248586ad9
commit
18136070c1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user