///////////////////////////////////////////////////////
| 319 | |
| 320 | //////////////////////////////////////////////////////////// |
| 321 | Vector2i RenderTarget::mapCoordsToPixel(Vector2f point) const |
| 322 | { |
| 323 | return mapCoordsToPixel(point, getView()); |
| 324 | } |
| 325 | |
| 326 | |
| 327 | //////////////////////////////////////////////////////////// |