Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
developerace committed Apr 24, 2016
1 parent 0d199b2 commit 8587a75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MiamiSunglasses/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ class ViewController: UIViewController, AVAudioPlayerDelegate {
print(soundIsPlaying)

if !soundIsPlaying {

soundIsPlaying = true

yeah.play()
soundIsPlaying = true

}
else
{
Expand All @@ -72,4 +72,3 @@ class ViewController: UIViewController, AVAudioPlayerDelegate {


}

0 comments on commit 8587a75

Please sign in to comment.