0

Is there a way to remove (or make transparent) a box2d body shape outline so doesn't appear when the sprite is moving though it is still there?

4

1 回答 1

2

Remove Debug draw from your code.. this will solve your issue..

Debug draw is just to check all the bodies that you have created are working as you wanted..

于 2013-07-13T19:04:14.540 回答