play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

isPlaying is always false in AudioManager #89

Open rohanhc opened 8 years ago

rohanhc commented 8 years ago

isPlaying is always false because _isPaused is never set to false when play() is called in AudioManager.

rohanhc commented 8 years ago

PR for this https://github.com/gameclosure/timestep/pull/90