c0008

Results 2 issues of c0008

**Describe the bug** The erosion filter is not baked into the height map. **To Reproduce** Steps to reproduce the behavior: create a terrain apply errosion open Texture Baker The Erosion...

I think there is a memory leak in PhyKit-shared/objc/CollisionShapes/CPHYCollisionShape.mm in the method initConvexHullWithGeometry. btConvexHullShape *c_convexHull is created but never released. I haven't verified it because there is currently a bug...