| 748 | } |
| 749 | |
| 750 | bool Tr2Renderer::DrawTexture( Tr2RenderContext& renderContext, Tr2Material* effect, const Tr2TextureAL& texture ) |
| 751 | { |
| 752 | if( s_blitter ) |
| 753 | { |
| 754 | return s_blitter->Draw( renderContext, effect, texture ); |
| 755 | } |
| 756 | return false; |
| 757 | } |
| 758 | |
| 759 | // -------------------------------------------------------------------------------------- |
| 760 | // Description: |
nothing calls this directly
no test coverage detected