| 63 | |
| 64 | |
| 65 | Tr2MeshBase::~Tr2MeshBase() |
| 66 | { |
| 67 | for( auto& list : m_areaLookupArray ) |
| 68 | { |
| 69 | for( auto& area : *list ) |
| 70 | { |
| 71 | area->RemoveOwnerMesh( this ); |
| 72 | } |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | void Tr2MeshBase::OnListModified( |
| 77 | long event, |
nothing calls this directly
no test coverage detected