play-co / timestep

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

Fix for clear paused animation #114

Closed AlexTiTanium closed 7 years ago

AlexTiTanium commented 7 years ago

If you try call animate(...).clear() on paused animation, next call animate(...).pause() won't work. This happens because clear() doesn't reset paused state for the object.

AlexTiTanium commented 7 years ago

@Snailprincess I made PR for native core, could you please check: https://github.com/gameclosure/native-core/pull/15

rogueSkib commented 7 years ago

@AlexTiTanium this looks good, I'm going to merge now