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

Method SetStandAlone

trinity/Tr2AtlasTexture.cpp:473–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void Tr2AtlasTexture::SetStandAlone( bool b )
474{
475 m_isStandAlone = b;
476
477 if( m_isStandAlone )
478 {
479 if( m_textureAtlas )
480 {
481 m_textureAtlas->EjectTexture( this );
482 }
483 }
484}
485
486bool Tr2AtlasTexture::IsStandAlone() const
487{

Callers 1

CreateTextureMethod · 0.80

Calls 1

EjectTextureMethod · 0.80

Tested by

no test coverage detected