| 704 | } |
| 705 | |
| 706 | void NpShapeDecRefCount(Scb::Shape& scb) |
| 707 | { |
| 708 | NpShape* np = const_cast<NpShape*>(getNpShape(&scb)); |
| 709 | np->decRefCount(); |
| 710 | } |
| 711 | } |
| 712 | |
| 713 | // see NpConvexMesh.h, NpHeightField.h, NpTriangleMesh.h for details on how ref counting works for meshes |
no test coverage detected