---------------------- Scene::d-tor
| 25 | // Scene::d-tor |
| 26 | // |
| 27 | Scene::~Scene() |
| 28 | { |
| 29 | for (I_SceneExtension* const ext : m_Extensions) |
| 30 | { |
| 31 | delete ext; |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | //---------------------- |
| 36 | // Scene::AddNode |
nothing calls this directly
no outgoing calls
no test coverage detected