Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
SFML website
»
sf::IntRect link broken in "Sprites and Textures" tutorial
Print
Pages: [
1
]
Author
Topic: sf::IntRect link broken in "Sprites and Textures" tutorial (Read 4059 times)
0 Members and 4 Guests are viewing this topic.
Ganado
Newbie
Posts: 34
Moo, I say.
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
»
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Re: sf::IntRect link broken in "Sprites and Textures" tutorial
«
Reply #1 on:
August 08, 2013, 10:19:21 pm »
It's fixed, thanks
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
General
»
SFML website
»
sf::IntRect link broken in "Sprites and Textures" tutorial