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

Method Drop

trinity/Tr2ImpostorManager.cpp:83–86  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns the given texcoord to the free pool. Arguments: coord - Returned texcoord --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

81// coord - Returned texcoord
82// --------------------------------------------------------------------------------------
83void Tr2ImpostorManager::ImpostorAtlas::Drop( Vector2_16 coord )
84{
85 m_free.push_back( coord );
86}
87
88
89Tr2ImpostorManager::Tr2ImpostorManager() :

Callers 1

EndUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected