CAAT
CAAT copied to clipboard
Fix set location body actor
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