| 30 | //////////////////////////////////////////////////////////////////////////// |
| 31 | |
| 32 | void CPHMesh ::Destroy() |
| 33 | { |
| 34 | dGeomDestroy(Geom); |
| 35 | dTriListClass = -1; |
| 36 | } |
| 37 | |
| 38 | //////////////////////////////////////////////////////////////////////////// |
| 39 | ///////////CPHWorld///////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected