CAAT icon indicating copy to clipboard operation
CAAT copied to clipboard

setPosition on a body actor does not set the x and y attribute of that actor

Open arnuschky opened this issue 12 years ago • 0 comments

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.

For a fix see here: https://github.com/arnuschky/CAAT/commit/3f7227f6822efee712fd700eb1fc253488d735f4

Pull request: https://github.com/hyperandroid/CAAT/pull/117

arnuschky avatar Feb 04 '13 13:02 arnuschky