noprotocol / gsap-pixi-plugin

[Deprecated] Use the official PixiPlugin
53 stars 3 forks source link

Typo in rotation case #1

Closed tpmconzentrate closed 8 years ago

tpmconzentrate commented 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);

Which should be: self._addTween(target, property, target.rotation, value, property);

BR,

Thomas

bfanger commented 8 years ago

Thanks!