play-co / timestep

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

fix for isPlaying always returning false #90

Closed rohanhc closed 8 years ago

rohanhc commented 8 years ago

This is a fix for isPlaying() always returning false because _isPaused is never set to false.

rogueSkib commented 8 years ago

Thanks for the contribution @rohanhc !