| 130 | } |
| 131 | |
| 132 | void Sprite::setTextureRect( |
| 133 | unsigned int x, unsigned int y, unsigned int width, unsigned int height) |
| 134 | { |
| 135 | m_sprite.setTextureRect(sf::IntRect(x, y, width, height)); |
| 136 | } |
| 137 | |
| 138 | const Graphics::Texture& Sprite::getTexture() const |
| 139 | { |
no outgoing calls
no test coverage detected