IrrPhysx - renderDebugData() crash

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
JaskierPL
Posts: 10
Joined: Tue Apr 03, 2012 9:36 pm

IrrPhysx - renderDebugData() crash

Post by JaskierPL »

I added a renderDebugData() function into my code but when I set setDebugDataVisible true, then app crashes. I think I have made everything ok, because I put it after RenderAll() and before driver->endScene(), so it would work fine. I tried a couple of times but everytime it crashes :/ What I could did bad?
Post Reply