From b623975fcfed5f3d1d482d4542fad2a70d48d9cf Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sat, 7 Apr 2012 17:07:40 +0200 Subject: [PATCH] Minor correction in API doc --- include/SFML/Graphics/Texture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/Texture.hpp b/include/SFML/Graphics/Texture.hpp index bd1238934..3816b92b6 100644 --- a/include/SFML/Graphics/Texture.hpp +++ b/include/SFML/Graphics/Texture.hpp @@ -159,7 +159,7 @@ public : bool loadFromMemory(const void* data, std::size_t size, const IntRect& area = IntRect()); //////////////////////////////////////////////////////////// - /// \brief Load the texture from a file in memory + /// \brief Load the texture from a custom stream /// /// This function is a shortcut for the following code: /// \code