MCPcopy Create free account
hub / github.com/carbonengine/trinity / OnShutdown

Method OnShutdown

trinity/Tr2AtlasTexture.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RemoveFromAtlasMethod · 0.80

Tested by

no test coverage detected