hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

Bug in actor.js /setRotationAnchor() #154

Open legikaloz opened 10 years ago

legikaloz commented 10 years ago

The params ray and rax are swapped (actor.js 1303,1304 lines): setRotationAnchor:function (rax, ray) { this.rotationX = ray; this.rotationY = rax; this.dirty = true; return this; },