Removed loop reset.

This commit is contained in:
photonstorm 2017-06-29 14:52:57 +01:00
parent 8efed59271
commit 2956e99449

View file

@ -133,7 +133,6 @@ var TimerEvent = new Class({
this.hasDispatched = !!dispatchCallback;
this.loop = false;
this.repeatCount = 0;
},