| 137 | } |
| 138 | |
| 139 | void Tr2AtlasTexture::OnShutdown() |
| 140 | { |
| 141 | if( m_textureAtlas ) |
| 142 | { |
| 143 | m_textureAtlas->RemoveFromAtlas( this ); |
| 144 | } |
| 145 | ReleaseResources( TRISTORAGE_ALL ); |
| 146 | } |
| 147 | |
| 148 | bool Tr2AtlasTexture::OnPrepareResources() |
| 149 | { |
nothing calls this directly
no test coverage detected