REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
630 stars 63 forks source link

Fix Bullet memory leaks #315

Closed markusobi closed 6 years ago

markusobi commented 6 years ago

Fixes leaking of btStridingMeshInterface. PhysicsSystem::makeConvexCollisionShapeFromMesh would still leak, but is not used atm. fixes #296