Skip to content

Commit

Permalink
fixed issue #31
Browse files Browse the repository at this point in the history
  • Loading branch information
forestt committed Dec 11, 2016
1 parent 735b21f commit c27656c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/GameProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public void PlaySound()
}
else if (state == State.MILLION_WON)
{
musicAudioSource.Stop();
musicAudioSource.PlayOneShot(classicModeAudio[65]);
DOVirtual.DelayedCall(classicModeAudio[65].length + 4f, delegate
{
Expand Down

0 comments on commit c27656c

Please sign in to comment.