循环音结束接口修改

This commit is contained in:
yangjing 2022-06-13 18:42:49 +08:00
parent b68a55106a
commit ec3f574744
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ public class PanelResult : BasePanel
private void OnClickAdCoin()
{
mWheelAS.Stop();
AudioManager.Instance.StopSoundLoop(mWheelAS);
mIsRolling = false;
AdsUtils.PlayReward(Const.AdsValue.GetCoin, () =>
@ -184,7 +184,7 @@ public class PanelResult : BasePanel
private void OnClickContinue()
{
mWheelAS.Stop();
AudioManager.Instance.StopSoundLoop(mWheelAS);
UIUtils.FlyCoin(mBtnAdCoin.transform.position, mBaseCoin);
AudioManager.Instance.PlaySound(AudioClipType.GetCoin);