crueleva1 / dynamica

Automatically exported from code.google.com/p/dynamica
0 stars 0 forks source link

btBulletWorldImporter doesn't remove objects from DynamicsWorld that it added itself #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You can optionally pass a DynamicsWorld pointer to btBulletWorldImporter when 
its created and it will then automatically add any loaded Bullet objects to 
that Dynamic World, but its deleteAllData func never removes them from this 
DynamicsWorld before deleting them.

I've included an SVN patch that fixes this problem.

Original issue reported on code.google.com by cont...@vicariousentertainment.com on 15 Feb 2011 at 1:48

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed here: http://code.google.com/p/bullet/source/detail?r=2333

thanks for the patch!

Original comment by erwin.coumans on 11 Mar 2011 at 11:27