In theory nothing wrong should happen, the only thing this does is to reset the calculation on the update method to take into consideration the delay, otherwise the delay will be used only the first time you use the tween.
If you just create and destroy tween on runtime there's no need for a fix, but if you use the same tween over and over like I do, then the reset() method won't restore or take into consideration the delay if you change it
