I’m using b2World::CreateBody() to create some b2Body instances. Should I explicitly delete them when deleting the b2World instance, or does this happen automatically when the b2World instance is destroyed?
I’m using b2World::CreateBody() to create some b2Body instances. Should I explicitly delete them when
Share
No, you don’t have to.