///////////////////////////////////////////////////////
| 75 | |
| 76 | //////////////////////////////////////////////////////////// |
| 77 | void Shape::setTextureRect(const IntRect& rect) |
| 78 | { |
| 79 | m_textureRect = rect; |
| 80 | updateTexCoords(); |
| 81 | } |
| 82 | |
| 83 | |
| 84 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected