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

Method IsLoading

trinity/Sprite2d/Tr2Sprite2dTexture.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool Tr2Sprite2dTexture::IsLoading() const
137{
138 if( m_atlasTexture )
139 {
140 return m_atlasTexture->IsLoading();
141 }
142
143 return false;
144}
145
146bool Tr2Sprite2dTexture::IsGood() const
147{

Callers 2

PushRenderablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected