rhys-vdw/peachy-tween

Check for tweens that would do nothing and do not execute them.

rhys-vdw opened this issue · 0 comments

if (end == current) return;

Probably need some approximate check for some values? Seems like a good optimization to have regardless.

Will need to call OnComplete, OnKill etc, so maybe easier to create + kill, or tick to Progress = Elapsed.