| 102 | } |
| 103 | |
| 104 | unsigned int Tr2Sprite2dTexture::GetWidth() const |
| 105 | { |
| 106 | if( m_atlasTexture ) |
| 107 | { |
| 108 | return m_atlasTexture->GetWidth(); |
| 109 | } |
| 110 | |
| 111 | return 0; |
| 112 | } |
| 113 | |
| 114 | unsigned int Tr2Sprite2dTexture::GetHeight() const |
| 115 | { |
no outgoing calls
no test coverage detected