| 112 | } |
| 113 | |
| 114 | unsigned int Tr2Sprite2dTexture::GetHeight() const |
| 115 | { |
| 116 | if( m_atlasTexture ) |
| 117 | { |
| 118 | return m_atlasTexture->GetHeight(); |
| 119 | } |
| 120 | |
| 121 | return 0; |
| 122 | } |
| 123 | |
| 124 | Matrix* Tr2Sprite2dTexture::GetTransform() |
| 125 | { |
no outgoing calls
no test coverage detected