modify
This commit is contained in:
parent
392768b9de
commit
4cb0bd2e57
@ -165,7 +165,7 @@ namespace AlicizaX.UI.Extension
|
|||||||
private void PlayButtonSound(ButtonSoundType buttonSoundType)
|
private void PlayButtonSound(ButtonSoundType buttonSoundType)
|
||||||
{
|
{
|
||||||
ButtonSoundCell buttonSound = GetButtonSound(buttonSoundType);
|
ButtonSoundCell buttonSound = GetButtonSound(buttonSoundType);
|
||||||
if (buttonSound == null)
|
if (buttonSound == null || string.IsNullOrEmpty(buttonSound.ButtonUISoundName))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user