Main/System/Sound/SoundPlayer.cs
@@ -455,7 +455,7 @@ IEnumerator Co_DelayPlayBackGrondMusic(float _delay, int _audioId) { yield return new WaitForSeconds(_delay); yield return WaitForSecondsCache.Get(_delay); PlayBackGroundMusic(_audioId).Forget(); } }