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

Method GatherSprites

trinity/Sprite2d/Tr2Sprite2dRenderJob.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void Tr2Sprite2dRenderJob::GatherSprites( Tr2Sprite2dScene* renderer )
18{
19 CCP_STATS_ZONE( __FUNCTION__ );
20
21 if( m_renderJob && m_display )
22 {
23 renderer->RunJob( m_renderJob );
24 }
25}
26
27ITr2SpriteObject* Tr2Sprite2dRenderJob::PickPoint( float x, float y, Tr2Sprite2dScene* renderer )
28{

Callers

nothing calls this directly

Calls 1

RunJobMethod · 0.80

Tested by

no test coverage detected