play-co / timestep

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

Optimize animate #98

Closed rogueSkib closed 8 years ago

rogueSkib commented 8 years ago

The major change here is the pooling of animate's Frame classes and sub-classes. The onTick parameter was also removed from now and then because it's not supported on our native platforms and there are better ways to accomplish the same effect in a fully supported way.

lunarraid commented 8 years ago

I don't see any major problems here. If it all works as expected, +1.