少年修仙传客户端代码仓库
leonard Wu
2018-08-03 c2d2d5d3a840bf50968b3f95e304929bc62a7b70
System/Sound/SoundUtility.cs
@@ -161,11 +161,11 @@
            {
                var audio = audios[audioIndex];
                SoundPlayer.Instance.PlayAudio(_audioSource, audio);
                stateFootAudioLastPlayTimes[stateInt] = DateTime.Now;
                audioIndex++;
            }
            if (audioIndex > audios.Length)
            if (audioIndex >= audios.Length)
            {
                audioIndex = 0;
            }