---------------------------------- ResourceManager::DestroyInstance Deinitializes the singleton
| 34 | // Deinitializes the singleton |
| 35 | // |
| 36 | void ResourceManager::DestroyInstance() |
| 37 | { |
| 38 | s_Instance->Deinit(); |
| 39 | SafeDelete(s_Instance); |
| 40 | } |
| 41 | |
| 42 | //---------------------------------- |
| 43 | // ResourceManager::SetAssetReferences |
nothing calls this directly
no test coverage detected