I have this error when I try to delete a btGhostObject used for a btKinematicCharacterController:
Code: Select all
bullet-2.79/src/BulletCollision/CollisionDispatch/btGhostObject.cpp:29: virtual btGhostObject::~btGhostObject(): Assertion `!m_overlappingObjects.size()' failed.
I don't understand where is the problem.
Thanks for your help.