///////////////////////////////////////////////////////
| 298 | |
| 299 | //////////////////////////////////////////////////////////// |
| 300 | Vector2f RenderTarget::mapPixelToCoords(Vector2i point) const |
| 301 | { |
| 302 | return mapPixelToCoords(point, getView()); |
| 303 | } |
| 304 | |
| 305 | |
| 306 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected