hyperandroid / CAAT

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

Fix set location body actor #162

Open arnuschky opened 10 years ago

arnuschky commented 10 years ago

Calling setPosition on a body actor does not set the x and y attribute of that actor. It's usually set later (during the physics loop I guess), but until that moment x and y remain undefined.

Re-done unclean pull request. See https://github.com/hyperandroid/CAAT/issues/121