Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sf::IntRect link broken in "Sprites and Textures" tutorial  (Read 3457 times)

0 Members and 1 Guest are viewing this topic.

Ganado

  • Newbie
  • *
  • Posts: 34
  • Moo, I say.
    • View Profile
    • FOnline Engine, check it out.
sf::IntRect link broken in "Sprites and Textures" tutorial
« on: August 08, 2013, 08:23:15 pm »
Hope this is in the right spot, anyway:

In the 2.0/2.1 tutorial (possibly other versions too, didn't check), the link to the sf::IntRect class is broken.
I'm referring to these two webpages:
http://www.sfml-dev.org/tutorials/2.0/graphics-sprite.php
http://www.sfml-dev.org/tutorials/2.1/graphics-sprite.php

"The sf::IntRect class is a simple utility type that represents a rectangle. Its constructor takes the coordinates of the left-top corner, and the size of the rectangle."

The link, which is the bold part of my quotation, is broken with a 404 error.
The link tries to go to:
http://www.sfml-dev.org/documentation/2.0/classsf_1_1IntRect.php and
http://www.sfml-dev.org/documentation/2.1/classsf_1_1IntRect.php, respectively.
« Last Edit: August 08, 2013, 08:27:05 pm by Ganado »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: sf::IntRect link broken in "Sprites and Textures" tutorial
« Reply #1 on: August 08, 2013, 10:19:21 pm »
It's fixed, thanks :)
Laurent Gomila - SFML developer

 

anything