| 36 | } |
| 37 | |
| 38 | Tr2PrimitiveScene::~Tr2PrimitiveScene() |
| 39 | { |
| 40 | CCP_DELETE( m_pickingBatches ); |
| 41 | CCP_DELETE( m_opaqueBatches ); |
| 42 | CCP_DELETE( m_allocator ); |
| 43 | m_pickBuffer.ReleaseResources( TRISTORAGE_ALL ); |
| 44 | } |
| 45 | |
| 46 | // -------------------------------------------------------------------------------------- |
| 47 | // Description: |
nothing calls this directly
no test coverage detected