Fixed a comment :)

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1083 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-05-04 12:47:49 +00:00
parent 22c225c64f
commit 5c09eb64b4

View File

@ -173,7 +173,7 @@ Color Sprite::GetPixel(unsigned int X, unsigned int Y) const
////////////////////////////////////////////////////////////
/// /see sfDrawable::Render
/// /see Drawable::Render
////////////////////////////////////////////////////////////
void Sprite::Render(RenderTarget&) const
{