Closed tpmconzentrate closed 8 years ago
Hi,
I seem to have found a typo in the rotation case:
Line 28 reads: self._addTween(target, property, target.alpha, value, property);
self._addTween(target, property, target.alpha, value, property);
Which should be: self._addTween(target, property, target.rotation, value, property);
self._addTween(target, property, target.rotation, value, property);
BR,
Thomas
Thanks!
Hi,
I seem to have found a typo in the rotation case:
Line 28 reads:
self._addTween(target, property, target.alpha, value, property);
Which should be:
self._addTween(target, property, target.rotation, value, property);
BR,
Thomas