* Returns the index of the atlas in the surface caches. */
| 50 | * Returns the index of the atlas in the surface caches. |
| 51 | */ |
| 52 | size_t sourceIndex() const { |
| 53 | return tiles.front()->sourceIndex; |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * Returns the source rectangle of the tile in the atlas. |
no outgoing calls
no test coverage detected