///////////////////////////////////////////////////////
| 36 | { |
| 37 | //////////////////////////////////////////////////////////// |
| 38 | Sprite::Sprite(const Texture& texture) : Sprite(texture, IntRect({0, 0}, Vector2i(texture.getSize()))) |
| 39 | { |
| 40 | } |
| 41 | |
| 42 | |
| 43 | //////////////////////////////////////////////////////////// |