--------------------------------- Config::d-tor
| 72 | // Config::d-tor |
| 73 | // |
| 74 | Config::~Config() |
| 75 | { |
| 76 | if (m_HasRenderRef) |
| 77 | { |
| 78 | render::RenderingSystems::RemoveReference(); |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | //--------------------------------- |
| 83 | // Config::Initialize |
nothing calls this directly
no outgoing calls
no test coverage detected