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

Method RebuildCachedData

trinity/Tr2GrannyPrimitiveSet.cpp:193–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193void Tr2GrannyPrimitiveSet::RebuildCachedData( BlueAsyncRes* p )
194{
195 if( p == m_grannyRes && p->IsGood() )
196 {
197 CleanUp();
198 CreatePrimitive();
199 PrepareResources();
200 }
201}
202
203void Tr2GrannyPrimitiveSet::CleanUp( void )
204{

Callers

nothing calls this directly

Calls 1

IsGoodMethod · 0.45

Tested by

no test coverage detected