Debug renderer no longer seems to work #374
-
Hi Guys, I just updated my code to work with the latest version 0.10, and now the debug renderer does not generate any triangles for me to render, the collisions are still working correctly , but i am thinking i must be missing something that has been changed, anybody else having the same issue? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello. It's probably because of a change in the API. As you can read in the change log of the release,
Now, by default debug renderer is disabled for each body and you need enable it for the bodies you want to debug. |
Beta Was this translation helpful? Give feedback.
Hello. It's probably because of a change in the API.
As you can read in the change log of the release,
Now, by default debug renderer is disabled for each body and you need enable it for the bodies you want to debug.