fix: havia una cridada mal construida a playSound
This commit is contained in:
@@ -242,7 +242,7 @@ void ServiceMenu::AdjustListValues()
|
||||
|
||||
|
||||
// Reproduce el sonido de navegación del menú
|
||||
void ServiceMenu::playMenuSound() { Audio::get()->playSound(Asset::get()->get("clock.wav")); }
|
||||
void ServiceMenu::playMenuSound() { Audio::get()->playSound("clock.wav"); }
|
||||
|
||||
// Devuelve el nombre del grupo como string para el título
|
||||
std::string ServiceMenu::settingsGroupToString(SettingsGroup group) const
|
||||
|
||||
Reference in New Issue
Block a user