1
Feature requests / Re: sf::View.get/setCoordinates()
« on: August 14, 2012, 06:12:27 pm »And why not:sf::Vector2f Coord = myView.getCenter() - myView.getSize() / 2.f;?
Because i am new to SFML
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
And why not:sf::Vector2f Coord = myView.getCenter() - myView.getSize() / 2.f;?