1
Graphics / [Solved] sf::Shape::Line not drawing a line
« on: September 17, 2009, 09:35:29 pm »
Thanks Nexus
I should've noticed that myself, geez.
For the moment I'm just saying:
And that works. I suppose a container would be more efficient time-wise, but I'll leave it like this unless it starts to affect performance.
Thanks again!
I should've noticed that myself, geez.
For the moment I'm just saying:
Code: [Select]
App.Draw( sf::Shape::Line( p.x, p.y, n.x, n.y, 10.0f, sf::Color(127,127,127,127) ) );
And that works. I suppose a container would be more efficient time-wise, but I'll leave it like this unless it starts to affect performance.
Thanks again!