--------------------------------- I_Asset::Reference::d-tor Make sure to remove the asset pointer so the assets ref count goes down
| 42 | // Make sure to remove the asset pointer so the assets ref count goes down |
| 43 | // |
| 44 | I_Asset::Reference::~Reference() |
| 45 | { |
| 46 | SafeDelete(m_AssetPtr); |
| 47 | } |
| 48 | |
| 49 | //--------------------------------- |
| 50 | // I_Asset::Reference::Ref |
nothing calls this directly
no test coverage detected