0 Members and 1 Guest are viewing this topic.
Quick question: now that sf::Shape::Line is gone, how can I easily draw a line from point A to point B ?
If your line has a thickness, it's a rectangle and you can use sf::RectangleShape. If it has no thickness, you can draw two vertices in sf::Lines mode.