You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the method signatures more uniform is a good thing; I'm sure it would be easy to inflict confusing behavior on devs who use a mix of
TweenDuino::Tween* addTo(float& target, float to, unsigned long duration) and Tween *to(float& target, unsigned long duration, float to) in their code.
This will be addressed (partially, if not completely), when #11 is addressed.
The text was updated successfully, but these errors were encountered:
Making the method signatures more uniform is a good thing; I'm sure it would be easy to inflict confusing behavior on devs who use a mix of
TweenDuino::Tween* addTo(float& target, float to, unsigned long duration)
andTween *to(float& target, unsigned long duration, float to)
in their code.This will be addressed (partially, if not completely), when #11 is addressed.
The text was updated successfully, but these errors were encountered: