restart and _paused

This commit is contained in:
Igor Petushkov 2017-09-12 17:58:08 +03:00
parent f8eecb31a9
commit b035fd6266

View file

@ -7,6 +7,7 @@ var Restart = function (includeDelay)
this.forward = true;
this.isPlaying = true;
this.pendingRepeat = false;
this._paused = false;
// Set frame
this.updateFrame(this.currentAnim.frames[0]);