apotapov / gdx-artemis

Fork of artemis entity-system (http://gamadu.com/artemis/) refactored to integrate with Libgdx (http://libgdx.badlogicgames.com/)
Other
53 stars 5 forks source link

Bug when reusing SkipTimer in ExpirationSystem #33

Closed leruaa closed 10 years ago

leruaa commented 10 years ago

SkipTimer reset() isn't resetting super class fields.

apotapov commented 10 years ago

Good find. Thanks for doing the legwork with the unit tests.